diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 6e734d258..4cbf1e857 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -35,7 +35,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # pin@v3 + - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 # pin@v3 with: path: | ~/go/pkg diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8fbe60378..fa7bbc5d6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,14 +32,14 @@ jobs: fetch-depth: 0 - name: cache go binaries - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 id: cache-go-bin with: path: ~/go/bin key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }} restore-keys: ${{ runner.os }}-go-bin - - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: | ~/go/pkg/mod @@ -78,14 +78,14 @@ jobs: run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: cache go binaries - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 id: cache-go-bin with: path: ~/go/bin key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }} restore-keys: ${{ runner.os }}-go-bin - - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: | ~/go/pkg/mod @@ -133,7 +133,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: fetch-depth: 0 - - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: | ~/go/pkg @@ -177,7 +177,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: fetch-depth: 0 - - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: | ~/go/pkg/mod