From 4f8745f37887dc1e699ee981374a62648abc2868 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Aug 2025 18:51:38 +0000 Subject: [PATCH 1/2] Update sbt-github-actions to 0.26.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6314ae2..3686289 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.7.0").exclude( addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.26.0") libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value From 58859794d59e46ba6753a795aed060c8c6cfe65c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Aug 2025 18:52:14 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 4 ++-- .github/workflows/clean.yml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d5f92d..92280c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: disk-root: 'C:' - name: Checkout current branch (full) - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -104,7 +104,7 @@ jobs: disk-root: 'C:' - 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