Skip to content

Commit 39d6424

Browse files
committed
upgrade ci
1 parent bb9e588 commit 39d6424

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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@v4
31+
uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 0
3434

@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ${{ matrix.os }}
7979
steps:
8080
- name: Checkout current branch (full)
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v5
8282
with:
8383
fetch-depth: 0
8484

.github/workflows/clean.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ name: Clean
99

1010
on: push
1111

12+
permissions:
13+
actions: write
14+
1215
jobs:
1316
delete-artifacts:
1417
name: Delete Artifacts

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
88

99
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1010

11-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0")
11+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.26.0")
1212

1313
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
1414
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")

0 commit comments

Comments
 (0)