diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 2c023b7..3498533 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -32,7 +32,7 @@ jobs: run: go test -benchmem -run="^$" -bench "^Benchmark" . quamina.net/go/quamina | tee output.txt - name: Download previous benchmark data - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: path: ./cache key: ${{ runner.os }}-benchmark diff --git a/.github/workflows/go-lint.yaml b/.github/workflows/go-lint.yaml index de11a9c..3467798 100644 --- a/.github/workflows/go-lint.yaml +++ b/.github/workflows/go-lint.yaml @@ -30,7 +30,7 @@ jobs: id: go - name: Restore Go cache - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: path: | ~/.cache/go-build diff --git a/.github/workflows/go-unit-tests.yaml b/.github/workflows/go-unit-tests.yaml index a2297ef..3579c96 100644 --- a/.github/workflows/go-unit-tests.yaml +++ b/.github/workflows/go-unit-tests.yaml @@ -40,7 +40,7 @@ jobs: id: go - name: Restore Go cache - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: path: | ~/.cache/go-build