We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0acd9b commit 82d708aCopy full SHA for 82d708a
.github/workflows/ci.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Check out the repo
36
uses: actions/checkout@v6
37
- name: Cache ccache
38
- uses: actions/cache@v4
+ uses: actions/cache@v5
39
with:
40
path: ${{ env.CCACHE_DIR }}
41
key: ccache-cmake-${{ matrix.ros_distro }}-${{ matrix.preset }}-${{ github.sha }}-${{ github.run_id }}
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
97
key: ccache-ros-${{ matrix.ros_distro }}-${{ github.sha }}-${{ github.run_id }}
0 commit comments