Skip to content

Commit 98da442

Browse files
bump: sbt-github-actions 0.31.0 (was 0.30.0) (#696)
* bump: sbt-github-actions 0.31.0 (was 0.30.0) * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent bad35ef commit 98da442

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
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232
steps:
3333
- name: Checkout current branch (full)
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535
with:
3636
fetch-depth: 0
3737

@@ -55,10 +55,10 @@ jobs:
5555
uses: sbt/setup-sbt@v1
5656

5757
- name: Check that workflows are up to date
58-
run: sbt -batch '++ ${{ matrix.scala }}' githubWorkflowCheck
58+
run: sbt -batch '++ ${{ matrix.scala }}; githubWorkflowCheck'
5959

6060
- name: Verify project
61-
run: sbt -batch '++ ${{ matrix.scala }}' verify
61+
run: sbt -batch '++ ${{ matrix.scala }}; verify'
6262

6363
- name: Compress target directories
6464
run: tar cf targets.tar plugin/target themes/generic/target target docs/target tests/target theme-plugin/target core/target themes/target testkit/target project/target
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ${{ matrix.os }}
8282
steps:
8383
- name: Checkout current branch (full)
84-
uses: actions/checkout@v6
84+
uses: actions/checkout@v7
8585
with:
8686
fetch-depth: 0
8787

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2
1818
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
1919
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")
2020
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-lightbend-project-info" % "3.0.1")
21-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.30.0")
21+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.31.0")
2222
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.12.0")
2323

2424
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value

0 commit comments

Comments
 (0)