We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe08476 commit 270834aCopy full SHA for 270834a
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ${{ matrix.os }}
28
steps:
29
- name: Checkout current branch (full)
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
31
with:
32
fetch-depth: 0
33
.github/workflows/clean.yml
@@ -9,6 +9,9 @@ name: Clean
9
10
on: push
11
12
+permissions:
13
+ actions: write
14
+
15
jobs:
16
delete-artifacts:
17
name: Delete Artifacts
project/giter8.sbt
@@ -1,2 +1,2 @@
1
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.17.0")
2
-addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0")
+addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.26.0")
0 commit comments