Skip to content

Commit 71cefe7

Browse files
authored
Update ci.yaml
1 parent 1c7269a commit 71cefe7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -57,7 +57,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)