diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 84784377797..ea8b1b4e4f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,7 +62,7 @@ jobs: if: | (matrix.test_type == 'collections' && steps.collections.outputs.changed) || (matrix.test_type == 'all' && steps.all.outputs.changed) - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .api-cache.json key: api-cache-${{ matrix.test_type }}-${{ github.run_id }}