Skip to content

Commit e7de77a

Browse files
authored
Merge pull request #773 from scala-steward/update/sbt-github-actions-0.29.0
Update sbt-github-actions to 0.29.0
2 parents 150bf63 + 7dbe8d9 commit e7de77a

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

@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ${{ matrix.os }}
8989
steps:
9090
- name: Checkout current branch (full)
91-
uses: actions/checkout@v5
91+
uses: actions/checkout@v6
9292
with:
9393
fetch-depth: 0
9494

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
99
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.0")
1010
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1111
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
12-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
12+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")

0 commit comments

Comments
 (0)