diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 111b3f5..044774f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index bfc865d..4bb28c8 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -9,6 +9,9 @@ name: Clean on: push +permissions: + actions: write + jobs: delete-artifacts: name: Delete Artifacts diff --git a/project/giter8.sbt b/project/giter8.sbt index f057d1e..9ee2638 100644 --- a/project/giter8.sbt +++ b/project/giter8.sbt @@ -1,2 +1,2 @@ addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.17.0") -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.26.0")