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 848ed3a commit a99c97cCopy full SHA for a99c97c
.github/workflows/industrial_ci.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@v4
31
# This step will fetch/store the directory used by ccache before/after the ci run
32
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
33
with:
34
path: ${{ env.CCACHE_DIR }}
35
key: ccache-${{ env.ROS_DISTRO }}-${{ env.ROS_REPO }}-${{ github.run_id }}
0 commit comments