From fc5a7434f78ac200d9d39796723d1479bdfd979b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 04:45:41 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v5.3.0 --- .github/workflows/release.yml | 4 ++-- .github/workflows/verify.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aaa8ca70..8a48b2c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: "${{ matrix.go-version }}" cache-dependency-path: "**/*.sum" @@ -120,7 +120,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: "${{ matrix.go-version }}" cache-dependency-path: "**/*.sum" diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 00c317b6..51b0305e 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -46,7 +46,7 @@ jobs: fetch-depth: 0 - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: "${{ matrix.go-version }}" cache-dependency-path: "**/*.sum" @@ -94,7 +94,7 @@ jobs: fetch-depth: 0 - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: "${{ matrix.go-version }}" cache-dependency-path: "**/*.sum"