diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 234c68091..a583f9a8a 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -35,7 +35,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 + - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 with: path: | ~/go/pkg diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index eaa672ddc..410531ab6 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@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 id: cache-go-bin with: path: ~/go/bin key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }} restore-keys: ${{ runner.os }}-go-bin - - uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 + - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 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@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 id: cache-go-bin with: path: ~/go/bin key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }} restore-keys: ${{ runner.os }}-go-bin - - uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 + - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 with: path: | ~/go/pkg/mod @@ -132,7 +132,7 @@ jobs: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 with: fetch-depth: 0 - - uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 + - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 with: path: | ~/go/pkg @@ -176,7 +176,7 @@ jobs: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 with: fetch-depth: 0 - - uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 + - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 with: path: | ~/go/pkg/mod