From dda5be01a70426be7a7fc27ccc1b0eafadbeb1a8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Nov 2025 15:04:11 +0000 Subject: [PATCH 1/2] Update sbt-github-actions to 0.29.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1f4e07f..ea2d0db 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.23.0") From 70aeb90a2c23f52f2065463689b1350f94edd4f5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Nov 2025 15:04:35 +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 277d03f..7539227 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0