File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 strategy :
2121 matrix :
2222 env :
23- - IMAGE : rolling-source
23+ - IMAGE : rolling-ci
2424
2525 env :
2626 DOCKER_IMAGE : moveit/moveit2:${{ matrix.env.IMAGE }}
@@ -35,11 +35,11 @@ jobs:
3535 name : ${{ matrix.env.IMAGE }}
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v6
3939 with :
4040 fetch-depth : 0
4141 - name : cache upstream_ws
42- uses : actions/cache@v4
42+ uses : actions/cache@v6
4343 with :
4444 save-always : true
4545 path : ${{ env.BASEDIR }}/upstream_ws
5757 restore-keys : |
5858 target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}
5959 - name : cache ccache
60- uses : actions/cache@v4
60+ uses : actions/cache@v6
6161 with :
6262 save-always : true
6363 path : ${{ env.CCACHE_DIR }}
You can’t perform that action at this time.
0 commit comments