diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index f4f0505af..7747b8f9c 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -35,7 +35,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 + - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: path: | ~/go/pkg diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 71a238c60..247edf22e 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@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 id: cache-go-bin with: path: ~/go/bin key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }} restore-keys: ${{ runner.os }}-go-bin - - uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 + - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 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@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 id: cache-go-bin with: path: ~/go/bin key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }} restore-keys: ${{ runner.os }}-go-bin - - uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 + - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: path: | ~/go/pkg/mod @@ -132,7 +132,7 @@ jobs: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: fetch-depth: 0 - - uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 + - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: path: | ~/go/pkg @@ -176,7 +176,7 @@ jobs: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: fetch-depth: 0 - - uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 + - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: path: | ~/go/pkg/mod