Skip to content

Commit 86b23ae

Browse files
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 285b979 commit 86b23ae

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ros-humble-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
submodules: recursive
3333
# This step will fetch/store the directory used by ccache before/after the ci run
34-
- uses: actions/cache@v4
34+
- uses: actions/cache@v5
3535
with:
3636
path: ${{ env.CCACHE_DIR }}
3737
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}

.github/workflows/ros-jazzy-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
submodules: recursive
3333
# This step will fetch/store the directory used by ccache before/after the ci run
34-
- uses: actions/cache@v4
34+
- uses: actions/cache@v5
3535
with:
3636
path: ${{ env.CCACHE_DIR }}
3737
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}

.github/workflows/ros-rolling-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
submodules: recursive
3333
# This step will fetch/store the directory used by ccache before/after the ci run
34-
- uses: actions/cache@v4
34+
- uses: actions/cache@v5
3535
with:
3636
path: ${{ env.CCACHE_DIR }}
3737
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}

0 commit comments

Comments
 (0)