Skip to content

Commit 90d88ae

Browse files
Update sbt-github-actions to 0.29.0 (#237)
* Update sbt-github-actions to 0.29.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 1997849 commit 90d88ae

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
steps:
3535
- name: Checkout current branch (full)
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
fetch-depth: 0
3939

@@ -90,7 +90,7 @@ jobs:
9090
run: tar cf targets.tar target core/target cli/target project/target
9191

9292
- name: Upload target directories
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@v5
9494
with:
9595
name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
9696
path: targets.tar
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ${{ matrix.os }}
108108
steps:
109109
- name: Checkout current branch (full)
110-
uses: actions/checkout@v5
110+
uses: actions/checkout@v6
111111
with:
112112
fetch-depth: 0
113113

@@ -155,7 +155,7 @@ jobs:
155155
uses: sbt/setup-sbt@v1
156156

157157
- name: Download target directories (2.12.20)
158-
uses: actions/download-artifact@v5
158+
uses: actions/download-artifact@v6
159159
with:
160160
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
161161

@@ -165,7 +165,7 @@ jobs:
165165
rm targets.tar
166166
167167
- name: Download target directories (2.13.17)
168-
uses: actions/download-artifact@v5
168+
uses: actions/download-artifact@v6
169169
with:
170170
name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }}
171171

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
22
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
3-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
3+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

0 commit comments

Comments
 (0)