Skip to content

Commit 23fe3e3

Browse files
authored
Merge pull request #307 from scala-steward/update/sbt-github-actions-0.29.0
Update sbt-github-actions to 0.29.0
2 parents 15a2a04 + ab97495 commit 23fe3e3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
steps:
3030
- name: Checkout current branch (full)
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 0
3434

@@ -59,7 +59,7 @@ jobs:
5959
run: tar cf targets.tar target project/target
6060

6161
- name: Upload target directories
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v5
6363
with:
6464
name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
6565
path: targets.tar
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ${{ matrix.os }}
7777
steps:
7878
- name: Checkout current branch (full)
79-
uses: actions/checkout@v5
79+
uses: actions/checkout@v6
8080
with:
8181
fetch-depth: 0
8282

@@ -92,7 +92,7 @@ jobs:
9292
uses: sbt/setup-sbt@v1
9393

9494
- name: Download target directories (2.12.20)
95-
uses: actions/download-artifact@v5
95+
uses: actions/download-artifact@v6
9696
with:
9797
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
9898

@@ -102,7 +102,7 @@ jobs:
102102
rm targets.tar
103103
104104
- name: Download target directories (2.13.18)
105-
uses: actions/download-artifact@v5
105+
uses: actions/download-artifact@v6
106106
with:
107107
name: target-${{ matrix.os }}-2.13.18-${{ matrix.java }}
108108

@@ -112,7 +112,7 @@ jobs:
112112
rm targets.tar
113113
114114
- name: Download target directories (3.7.4)
115-
uses: actions/download-artifact@v5
115+
uses: actions/download-artifact@v6
116116
with:
117117
name: target-${{ matrix.os }}-3.7.4-${{ matrix.java }}
118118

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
44
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
55
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")
66
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")
7-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
7+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")
88
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
99
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")

0 commit comments

Comments
 (0)