Skip to content

Commit 6803100

Browse files
Update sbt-github-actions to 0.31.0 (#186)
* Update sbt-github-actions to 0.31.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent ec51ec7 commit 6803100

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
disk-root: 'C:'
4242

4343
- name: Checkout current branch (full)
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545
with:
4646
fetch-depth: 0
4747

@@ -58,10 +58,10 @@ jobs:
5858

5959
- name: Check that workflows are up to date
6060
shell: bash
61-
run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
61+
run: sbt '++ ${{ matrix.scala }}; githubWorkflowCheck'
6262

6363
- shell: bash
64-
run: sbt '++ ${{ matrix.scala }}' test scripted
64+
run: sbt '++ ${{ matrix.scala }}; test; scripted'
6565

6666
- name: Compress target directories
6767
shell: bash
@@ -97,7 +97,7 @@ jobs:
9797
disk-root: 'C:'
9898

9999
- name: Checkout current branch (full)
100-
uses: actions/checkout@v6
100+
uses: actions/checkout@v7
101101
with:
102102
fetch-depth: 0
103103

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
2525
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.12")
2626
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.13")
2727
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
28-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.30.0")
28+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.31.0")

0 commit comments

Comments
 (0)