diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7246ea9c021..a226ef8087c 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@v4 + uses: actions/cache@v5 with: path: .api-cache.json key: api-cache-${{ matrix.test_type }}-${{ github.run_id }}