Skip to content

Commit 769e2c4

Browse files
Update sbt-github-actions to 0.29.0 (#456)
* Update sbt-github-actions to 0.29.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 5eeebe1 commit 769e2c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- name: Checkout current branch (full)
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0
3535

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.17")
2020
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
2121

2222
// https://github.com/djspiewak/sbt-github-actions
23-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
23+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")
2424

2525
// https://github.com/sbt/sbt-projectmatrix
2626
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")

0 commit comments

Comments
 (0)