Skip to content

Commit 5adefa4

Browse files
Merge pull request #65 from scala-steward/update/sbt-github-actions-0.13.0
Update sbt-github-actions to 0.13.0
2 parents 5faf715 + a723316 commit 5adefa4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: Setup Java and Scala
35-
uses: olafurpg/setup-scala@v12
35+
uses: olafurpg/setup-scala@v13
3636
with:
3737
java-version: ${{ matrix.java }}
3838

@@ -49,11 +49,11 @@ 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 --client '++${{ matrix.scala }}; githubWorkflowCheck'
52+
run: sbt ++${{ matrix.scala }} githubWorkflowCheck
5353

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

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

59-
- run: pushd target/sbt-test/scala3-template/scripted && sbt run test && popd
59+
- run: pushd target/sbt-test/scala3-template/scripted && sbt run test && popd

.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/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.12.0")
2+
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.13.0")

0 commit comments

Comments
 (0)