Skip to content

Commit 23033e7

Browse files
authored
Merge pull request #483 from scala-steward/update/sbt-github-actions-0.16.0
Update sbt-github-actions to 0.16.0
2 parents 06138a1 + b4e809d commit 23033e7

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@v3
32+
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0
3535

@@ -87,7 +87,7 @@ jobs:
8787
runs-on: ${{ matrix.os }}
8888
steps:
8989
- name: Checkout current branch (full)
90-
uses: actions/checkout@v3
90+
uses: actions/checkout@v4
9191
with:
9292
fetch-depth: 0
9393

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.5.12")
99
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
1010
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
1111
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
12-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.15.0")
12+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.16.0")

0 commit comments

Comments
 (0)