diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2e39d12..d9bb1ed 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -65,7 +65,7 @@ jobs: - name: Restore bootstrap cache id: cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/static-unit-integration.yaml b/.github/workflows/static-unit-integration.yaml index 7cefaa9..2afcc79 100644 --- a/.github/workflows/static-unit-integration.yaml +++ b/.github/workflows/static-unit-integration.yaml @@ -19,7 +19,7 @@ jobs: - name: Restore bootstrap cache id: bootstrap-cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0 with: path: | ~/go/pkg/mod @@ -55,7 +55,7 @@ jobs: - name: Restore bootstrap cache id: bootstrap-cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0 with: path: | ~/go/pkg/mod @@ -84,7 +84,7 @@ jobs: run: make install-cluster-deps - name: Restore integration test cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0 with: path: ${{ github.workspace }}/integration/test-fixtures/cache key: ${{ runner.os }}-integration-test-cache-${{ hashFiles('integration/test-fixtures/cache.fingerprint') }}