diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index bc0fb208..195a2006 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -118,14 +118,14 @@ jobs: limit-access-to-actor: true - name: Restore integration test-fixture cache - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5 with: path: ${{ github.workspace }}/test/integration/testdata/cache key: ${{ runner.os }}-integration-test-cache-${{ hashFiles('test/integration/testdata/cache.fingerprint') }} - name: Restore integration tool cache id: integration-tool-cache - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5 with: path: ${{ github.workspace }}/test/integration/tools/cache key: ${{ runner.os }}-integration-tools-cache-${{ hashFiles('test/integration/tools/cache.fingerprint') }}