Skip to content

Commit 89591e3

Browse files
Update sbt-github-actions to 0.29.0 (#187)
* Update sbt-github-actions to 0.29.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 4060f1e commit 89591e3

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/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.18.0")
2-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
2+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")

0 commit comments

Comments
 (0)