Skip to content

Commit 5b51447

Browse files
authored
Merge pull request #4552 from facebook/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 9873a01 + de9b081 commit 5b51447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- uses: actions/checkout@v6.0.1
7777
- name: restore_cache
78-
uses: actions/cache@v4
78+
uses: actions/cache@v5
7979
with:
8080
key: regression-cache-{{ checksum "tests/regression/data.c" }}-v0
8181
path: tests/regression/cache

0 commit comments

Comments
 (0)