Skip to content

Commit e3d5658

Browse files
authored
Merge pull request #41 from scala-steward/update/sbt-github-actions-0.20.0
Update sbt-github-actions to 0.20.0
2 parents b2fd376 + e1e174a commit e3d5658

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
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Setup Java (adopt-hotspot@17)
3535
if: matrix.java == 'adopt-hotspot@17'
36-
uses: actions/setup-java@v3
36+
uses: actions/setup-java@v4
3737
with:
3838
distribution: adopt-hotspot
3939
java-version: 17

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.19.0")
1+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.20.0")
22

33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
44

0 commit comments

Comments
 (0)