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 02ae9a0 commit 9f0bf41Copy full SHA for 9f0bf41
.github/workflows/ros_ci.yml
@@ -22,11 +22,11 @@ jobs:
22
BUILDER: colcon
23
runs-on: ubuntu-latest
24
steps:
25
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
26
with:
27
submodules: recursive
28
# This step will fetch/store the directory used by ccache before/after the ci run
29
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
30
31
path: ${{ env.CCACHE_DIR }}
32
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
0 commit comments