diff --git a/.github/workflows/_run-tests.yml b/.github/workflows/_run-tests.yml index 3eb8c2b..b004722 100644 --- a/.github/workflows/_run-tests.yml +++ b/.github/workflows/_run-tests.yml @@ -46,7 +46,7 @@ jobs: # Cache downloaded fixture files. The key is tied to the download # script so the cache is invalidated when fixtures change. - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: tests/fixtures key: fixtures-${{ hashFiles('scripts/download-fixtures.ts') }}