Skip to content

Commit 8223abf

Browse files
authored
Merge pull request #4719 from facebook/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 5c7b7ba + a1ddcda commit 8223abf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.2
7777
- name: restore_cache
78-
uses: actions/cache@v5
78+
uses: actions/cache@v6
7979
with:
8080
key: regression-cache-{{ checksum "tests/regression/data.c" }}-v0
8181
path: tests/regression/cache

0 commit comments

Comments
 (0)