Skip to content

Commit baa7a71

Browse files
Update sbt-github-actions to 0.29.0 (#610)
* Update sbt-github-actions to 0.29.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 57defcc commit baa7a71

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
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
steps:
2929
- name: Checkout current branch (full)
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
44
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
55

66
// https://github.com/djspiewak/sbt-github-actions
7-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
7+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")

0 commit comments

Comments
 (0)