File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
3030 # The target directory cache doesn't include the source directory because
3131 # that comes from the checkout. See "prepare target_ws for cache" task below
3232 - name : cache target_ws
33- uses : pat-s/always-upload-cache@v2.1.3
33+ uses : pat-s/always-upload-cache@v2.1.5
3434 with :
3535 path : ${{ env.BASEDIR }}/target_ws
3636 key : ${{ env.CACHE_PREFIX }}-${{ github.run_id }}
3737 restore-keys : ${{ env.CACHE_PREFIX }}
3838 env :
3939 CACHE_PREFIX : target_ws-${{ matrix.env.IMAGE }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}
4040 - name : cache ccache
41- uses : pat-s/always-upload-cache@v2.1.3
41+ uses : pat-s/always-upload-cache@v2.1.5
4242 with :
4343 path : ${{ env.CCACHE_DIR }}
4444 key : ${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments