diff --git a/action.yml b/action.yml index 7da950e..5c7c718 100644 --- a/action.yml +++ b/action.yml @@ -313,7 +313,7 @@ runs: - name: Setup Go id: setup-go if: ${{ inputs.setup-go == 'true' }} - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ inputs.go-version }} cache: ${{ inputs.go-cache == 'true' }}