Skip to content

Commit 5249ef2

Browse files
author
Vatan Aksoy Tezer
authored
CI: Update pat-s/always-upload-cache
1 parent 4c79550 commit 5249ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/industrial_ci_action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
# that comes from the checkout. See "prepare target_ws for cache" task below
3737
- name: cache target_ws
3838
if: ${{ ! matrix.env.CCOV }}
39-
uses: pat-s/[email protected].3
39+
uses: pat-s/[email protected].5
4040
with:
4141
path: ${{ env.BASEDIR }}/target_ws
4242
key: target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}-${{ github.run_id }}
4343
restore-keys: |
4444
target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}
4545
- name: cache ccache
46-
uses: pat-s/[email protected].3
46+
uses: pat-s/[email protected].5
4747
with:
4848
path: ${{ env.CCACHE_DIR }}
4949
key: ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}

0 commit comments

Comments
 (0)