Skip to content

Commit 7033400

Browse files
authored
Merge pull request #157 from scala-steward/update/sbt-github-actions-0.29.0
Update sbt-github-actions to 0.29.0
2 parents cc33531 + 2ad9c21 commit 7033400

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

@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ${{ matrix.os }}
6363
steps:
6464
- name: Checkout current branch (full)
65-
uses: actions/checkout@v5
65+
uses: actions/checkout@v6
6666
with:
6767
fetch-depth: 0
6868

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
44
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.2")
55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
6-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
6+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")
77
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2") // override mdoc version from microsite
88
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
99
// addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")

0 commit comments

Comments
 (0)