Skip to content

Commit c70f10b

Browse files
Update sbt-github-actions to 0.29.0 (#148)
* Update sbt-github-actions to 0.29.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent ecd15b8 commit c70f10b

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

project/sbt-github-actions.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
1+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")

0 commit comments

Comments
 (0)