File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,24 +38,24 @@ jobs:
3838 # that comes from the checkout. See "prepare target_ws for cache" task below
3939 - name : Cache target workspace
4040 if : " !matrix.env.CCOV"
41- uses : rhaschke /cache@main
41+ uses : actions /cache@v4
4242 with :
43+ save-always : true
4344 path : ${{ env.BASEDIR }}/target_ws
4445 key : ${{ env.CACHE_PREFIX }}-${{ github.run_id }}
4546 restore-keys : ${{ env.CACHE_PREFIX }}
4647 env :
47- GHA_CACHE_SAVE : always
4848 CACHE_PREFIX : target_ws-${{ matrix.env.IMAGE }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}
4949 - name : Cache ccache
50- uses : rhaschke /cache@main
50+ uses : actions /cache@v4
5151 with :
52+ save-always : true
5253 path : ${{ env.CCACHE_DIR }}
5354 key : ${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}
5455 restore-keys : |
5556 ${{ env.CACHE_PREFIX }}-${{ github.sha }}
5657 ${{ env.CACHE_PREFIX }}
5758 env :
58- GHA_CACHE_SAVE : always
5959 CACHE_PREFIX : ccache-${{ matrix.env.IMAGE }}
6060
6161 - name : Run industrial_ci
Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v4
2323 - name : Setup Pages
24- uses : actions/configure-pages@v4
24+ uses : actions/configure-pages@v5
2525 if : github.repository_owner == 'moveit'
2626 - uses : ruby/setup-ruby@v1
2727 with :
You can’t perform that action at this time.
0 commit comments