Skip to content

Commit 82d708a

Browse files
Bump actions/cache from 4 to 5 (#150)
1 parent d0acd9b commit 82d708a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Check out the repo
3636
uses: actions/checkout@v6
3737
- name: Cache ccache
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: ${{ env.CCACHE_DIR }}
4141
key: ccache-cmake-${{ matrix.ros_distro }}-${{ matrix.preset }}-${{ github.sha }}-${{ github.run_id }}
@@ -91,7 +91,7 @@ jobs:
9191
- name: Check out the repo
9292
uses: actions/checkout@v6
9393
- name: Cache ccache
94-
uses: actions/cache@v4
94+
uses: actions/cache@v5
9595
with:
9696
path: ${{ env.CCACHE_DIR }}
9797
key: ccache-ros-${{ matrix.ros_distro }}-${{ github.sha }}-${{ github.run_id }}

0 commit comments

Comments
 (0)