From c5186d406b9603d388b224c49f008b90f57dde2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 06:11:07 +0000 Subject: [PATCH] chore(deps): update actions/setup-go digest to 4b73464 --- .github/workflows/bump-version.yaml | 2 +- .github/workflows/pre-commit.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-version.yaml b/.github/workflows/bump-version.yaml index c4b663cc..828b1d49 100755 --- a/.github/workflows/bump-version.yaml +++ b/.github/workflows/bump-version.yaml @@ -64,7 +64,7 @@ jobs: with: python-version: 3.14 - - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 + - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 if: steps.command.outputs.command-name == 'bump' with: go-version: ^1 diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index b1403bb5..5547ced9 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -31,7 +31,7 @@ jobs: with: python-version: 3.14 - - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 + - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 with: go-version: ^1