diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e9ad53ccb..667b815b7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,14 +30,14 @@ jobs: with: fetch-depth: 0 - name: cache go binaries - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # pin@v3 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # pin@v3 id: cache-go-bin with: path: ~/go/bin key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }} restore-keys: ${{ runner.os }}-go-bin - - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # pin@v3 + - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # pin@v3 with: path: | ~/go/pkg/mod @@ -79,14 +79,14 @@ jobs: run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: cache go binaries - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # pin@v3 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # pin@v3 id: cache-go-bin with: path: ~/go/bin key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }} restore-keys: ${{ runner.os }}-go-bin - - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # pin@v3 + - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # pin@v3 with: path: | ~/go/pkg/mod @@ -134,7 +134,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v3 with: fetch-depth: 0 - - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # pin@v3 + - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # pin@v3 with: path: | ~/go/pkg @@ -178,7 +178,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v3 with: fetch-depth: 0 - - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # pin@v3 + - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # pin@v3 with: path: | ~/go/pkg/mod