diff --git a/.github/workflows/repository-validation.yml b/.github/workflows/repository-validation.yml index bc57d32..6e28da5 100644 --- a/.github/workflows/repository-validation.yml +++ b/.github/workflows/repository-validation.yml @@ -61,7 +61,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Go ${{ needs.get-go-version.outputs.version }} - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # V5.4.0 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # V6.1.0 with: go-version: ${{ needs.get-go-version.outputs.version }}