Skip to content

Commit 4beadbb

Browse files
authored
Merge pull request #180 from open-dynamic-robot-initiative/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 285b979 + 86b23ae commit 4beadbb

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)