Skip to content

Commit 39422cd

Browse files
authored
Merge pull request #506 from theimpossibleastronaut/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents 6a78b31 + 3a0d211 commit 39422cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
- uses: actions/checkout@v5
179179

180180
- name: Cache btrfs Image
181-
uses: actions/cache@v4
181+
uses: actions/cache@v5
182182
id: btrfs-img-cache
183183
with:
184184
path: test/rmw-btrfs-test.img

0 commit comments

Comments
 (0)