Skip to content

Commit e4ca4a3

Browse files
authored
Merge pull request #360 from scala-steward/update/sbt-github-actions-0.29.0
Update sbt-github-actions to 0.29.0
2 parents 3d603d6 + 19ab25e commit e4ca4a3

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 sangria-play-json/target/_play29-jvm-2.13 sangria-play-json/target/_play29-jvm-3 sangria-play-json/target/_play28-jvm-2.13 sangria-play-json/target/_play28-jvm-2.12 sangria-play-json/target/_play30-jvm-3 sangria-play-json/target/_play30-jvm-2.13 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
@@ -3,7 +3,7 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
33
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
44
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0")
55
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")
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-scalafmt" % "2.5.6")
88
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
99
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")

0 commit comments

Comments
 (0)