Skip to content

Commit fade3f5

Browse files
authored
Merge pull request #1415 from scala-steward/update/sbt-github-actions-0.29.0
Update sbt-github-actions to 0.29.0
2 parents af8ebfa + 78b1104 commit fade3f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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@v5
34+
uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737

@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ${{ matrix.os }}
8787
steps:
8888
- name: Checkout current branch (full)
89-
uses: actions/checkout@v5
89+
uses: actions/checkout@v6
9090
with:
9191
fetch-depth: 0
9292

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ addSbtPlugin("com.github.sbt" % "sbt-less" % "2.0.1")
1111
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.4")
1212
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
1313
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
14-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
14+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")

0 commit comments

Comments
 (0)