Skip to content

Commit 9f0bf41

Browse files
committed
ci: update ros ci
1 parent 02ae9a0 commit 9f0bf41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ros_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
BUILDER: colcon
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
with:
2727
submodules: recursive
2828
# This step will fetch/store the directory used by ccache before/after the ci run
29-
- uses: actions/cache@v2
29+
- uses: actions/cache@v3
3030
with:
3131
path: ${{ env.CCACHE_DIR }}
3232
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}

0 commit comments

Comments
 (0)