File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
2525 # that comes from the checkout. See "prepare target_ws for cache" task below
2626 - name : cache target_ws
2727 if : ${{ ! matrix.CCOV }}
28- uses : pat-s/always-upload-cache@v2.1.5
28+ uses : pat-s/always-upload-cache@v3.0.11
2929 with :
3030 path : ${{ env.BASEDIR }}/target_ws
3131 key : target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}-${{ github.run_id }}
3232 restore-keys : |
3333 target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}
3434 - name : cache ccache
35- uses : pat-s/always-upload-cache@v2.1.5
35+ uses : pat-s/always-upload-cache@v3.0.11
3636 with :
3737 path : ${{ env.CCACHE_DIR }}
3838 key : ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments