From dffee6701b6519678b40d21cbc1cd267ff90f734 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 28 Nov 2025 21:42:29 +0000 Subject: [PATCH 1/2] Update sbt-github-actions to 0.29.0 --- project/giter8.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/giter8.sbt b/project/giter8.sbt index e0fecbe..d182aa7 100644 --- a/project/giter8.sbt +++ b/project/giter8.sbt @@ -1,2 +1,2 @@ addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.18.0") -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0") From af08b3f3f24623d531e9ef5af259bbee4d359049 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 28 Nov 2025 21:42:47 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a62d6ed..69ab8a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0