From bfe607305fcbaf27728674d4a16620e52545f364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:37:17 +0000 Subject: [PATCH] Bump scala-steward-org/scala-steward-action from 2.92.0 to 2.95.0 Bumps [scala-steward-org/scala-steward-action](https://github.com/scala-steward-org/scala-steward-action) from 2.92.0 to 2.95.0. - [Release notes](https://github.com/scala-steward-org/scala-steward-action/releases) - [Commits](https://github.com/scala-steward-org/scala-steward-action/compare/ff09222640622d474d0d9f93c04aefedd125b187...3e385b8d413cf0315a939eebf555628120f5e74c) --- updated-dependencies: - dependency-name: scala-steward-org/scala-steward-action dependency-version: 2.95.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/scala-steward.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scala-steward.yml b/.github/workflows/scala-steward.yml index 9b1da09..69715b4 100644 --- a/.github/workflows/scala-steward.yml +++ b/.github/workflows/scala-steward.yml @@ -17,7 +17,7 @@ jobs: client-id: 89631 private-key: ${{ secrets.SCALIKEJDBC_BOT_KEY }} - name: Launch Scala Steward - uses: scala-steward-org/scala-steward-action@ff09222640622d474d0d9f93c04aefedd125b187 # v2.92.0 + uses: scala-steward-org/scala-steward-action@3e385b8d413cf0315a939eebf555628120f5e74c # v2.95.0 with: github-token: ${{ steps.generate_token.outputs.token }} author-email: "74833019+scalikejdbc-bot[bot]@users.noreply.github.com"