Skip to content

Commit 3a0d211

Browse files
build(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a78b31 commit 3a0d211

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)