Skip to content

Commit fb8847d

Browse files
author
Vatan Aksoy Tezer
authored
CI: Update pat-s/always-upload-cache
1 parent d1e1ba4 commit fb8847d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/[email protected].3
33+
uses: pat-s/[email protected].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/[email protected].3
41+
uses: pat-s/[email protected].5
4242
with:
4343
path: ${{ env.CCACHE_DIR }}
4444
key: ${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}

0 commit comments

Comments
 (0)