From d46925af22028c423514f4c6b63bc7f22768b6e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 06:21:34 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v5.3.0 --- .github/workflows/test-main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-main.yaml b/.github/workflows/test-main.yaml index 5cbbc13f..b2c2cb6a 100644 --- a/.github/workflows/test-main.yaml +++ b/.github/workflows/test-main.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version-file: go.mod cache: true