Skip to content

Commit bc01052

Browse files
authored
Merge pull request #5108 from github/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents ae4209d + 17a6f7d commit bc01052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: |
6363
(matrix.test_type == 'collections' && steps.collections.outputs.changed) ||
6464
(matrix.test_type == 'all' && steps.all.outputs.changed)
65-
uses: actions/cache@v4
65+
uses: actions/cache@v5
6666
with:
6767
path: .api-cache.json
6868
key: api-cache-${{ matrix.test_type }}-${{ github.run_id }}

0 commit comments

Comments
 (0)