Skip to content

Commit c5ab763

Browse files
Merge pull request #58 from scala-steward/update/sbt-github-actions-0.11.0
Update sbt-github-actions to 0.11.0
2 parents 0fa22bc + dbc0700 commit c5ab763

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: Continuous Integration
99

1010
on:
1111
pull_request:
12-
branches: ['*']
12+
branches: ['**']
1313
push:
14-
branches: ['*']
14+
branches: ['**']
1515

1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -49,10 +49,10 @@ jobs:
4949
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
5050

5151
- name: Check that workflows are up to date
52-
run: sbt ++${{ matrix.scala }} githubWorkflowCheck
52+
run: sbt --client '++${{ matrix.scala }}; githubWorkflowCheck'
5353

5454
- name: Build project
55-
run: sbt ++${{ matrix.scala }} test
55+
run: sbt --client '++${{ matrix.scala }}; test'
5656

5757
- run: 'sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M test'
5858

project/giter8.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.13.1")
2-
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.10.1")
2+
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.11.0")

0 commit comments

Comments
 (0)