From 74d58d42430676f893e3bf9a11867582784e9e94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:24:29 +0000 Subject: [PATCH] chore(deps): update actions/setup-go digest to 3041bf5 --- .github/workflows/bump-version.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index a7c992ae..6e31fe02 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -49,7 +49,7 @@ jobs: with: python-version: 3.7 - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 + - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5 if: steps.command.outputs.command-name == 'bump' with: go-version: ^1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 236f0e85..93689489 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: with: python-version: 3.7 - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 + - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5 with: go-version: ^1