diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index 59c820f554b4..5bd3507a121e 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -37,7 +37,7 @@ jobs: uses: ./.github/actions/bootstrap - name: Restore file executable test-fixture cache - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 #v3.3.2 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 #v4.0.0 with: path: syft/file/cataloger/executable/test-fixtures/bin key: ${{ runner.os }}-unit-file-executable-cache-${{ hashFiles( 'syft/file/cataloger/executable/test-fixtures/cache.fingerprint' ) }}