diff --git a/action.yml b/action.yml index f43e183..c87879f 100644 --- a/action.yml +++ b/action.yml @@ -84,7 +84,7 @@ runs: echo "GOPATH=$(go env GOPATH)" >> $GITHUB_OUTPUT - name: Go cache - uses: actions/cache@v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 v4 if: ${{ inputs.cache == 'true' && (contains(inputs.languages, 'go') || inputs.languages == 'all') }} id: go-cache with: