Skip to content

Commit 80a6b35

Browse files
authored
Merge pull request #832 from scala-steward/update/sbt-github-actions-0.13.0
Update sbt-github-actions to 0.13.0
2 parents ae5539a + 6ed8125 commit 80a6b35

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
fetch-depth: 0
6161

6262
- name: Setup Java and Scala
63-
uses: olafurpg/setup-scala@v12
63+
uses: olafurpg/setup-scala@v13
6464
with:
6565
java-version: ${{ matrix.java }}
6666

@@ -81,7 +81,7 @@ jobs:
8181
run: sudo apt install clang libunwind-dev libgc-dev libre2-dev
8282

8383
- name: Check that workflows are up to date
84-
run: sbt --client '++${{ matrix.scala }}; githubWorkflowCheck'
84+
run: sbt ++${{ matrix.scala }} githubWorkflowCheck
8585

8686
- name: Run the build script
8787
env:
@@ -105,7 +105,7 @@ jobs:
105105
fetch-depth: 0
106106

107107
- name: Setup Java and Scala
108-
uses: olafurpg/setup-scala@v12
108+
uses: olafurpg/setup-scala@v13
109109
with:
110110
java-version: ${{ matrix.java }}
111111

@@ -141,7 +141,7 @@ jobs:
141141
fetch-depth: 0
142142

143143
- name: Setup Java and Scala
144-
uses: olafurpg/setup-scala@v12
144+
uses: olafurpg/setup-scala@v13
145145
with:
146146
java-version: ${{ matrix.java }}
147147

@@ -158,4 +158,4 @@ jobs:
158158
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
159159

160160
- name: Build benchmark suite
161-
run: 'sbt --client ''++${{ matrix.scala }}; bench/jmh:run -p genSize=0 -p seedCount=0 -bs 1 -wi 0 -i 1 -f 0 -t 1 -r 0 org.scalacheck.bench.GenBench'''
161+
run: 'sbt ++${{ matrix.scala }} ''bench/jmh:run -p genSize=0 -p seedCount=0 -bs 1 -wi 0 -i 1 -f 0 -t 1 -r 0 org.scalacheck.bench.GenBench'''

.github/workflows/clean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
printf "Deleting '%s' #%d, %'d bytes\n" $name ${ARTCOUNT[$name]} $size
5757
ghapi -X DELETE $REPO/actions/artifacts/$id
5858
done
59-
done
59+
done

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0")
1616

1717
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
1818

19-
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.12.0")
19+
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.13.0")

0 commit comments

Comments
 (0)