We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae4209d + 17a6f7d commit bc01052Copy full SHA for bc01052
.github/workflows/test.yml
@@ -62,7 +62,7 @@ jobs:
62
if: |
63
(matrix.test_type == 'collections' && steps.collections.outputs.changed) ||
64
(matrix.test_type == 'all' && steps.all.outputs.changed)
65
- uses: actions/cache@v4
+ uses: actions/cache@v5
66
with:
67
path: .api-cache.json
68
key: api-cache-${{ matrix.test_type }}-${{ github.run_id }}
0 commit comments