Skip to content

Commit e576313

Browse files
🛠️ Bump pat-s/always-upload-cache from 3.0.1 to 3.0.11 (#535)
1 parent e2f3b9a commit e576313

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
fetch-depth: 0
4141
- name: cache upstream_ws
42-
uses: pat-s/[email protected].1
42+
uses: pat-s/[email protected].11
4343
with:
4444
path: ${{ env.BASEDIR }}/upstream_ws
4545
key: upstream_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('.github/upstream.repos') }}-${{ github.run_id }}
@@ -48,14 +48,14 @@ jobs:
4848
# The target directory cache doesn't include the source directory because
4949
# that comes from the checkout. See "prepare target_ws for cache" task below
5050
- name: cache target_ws
51-
uses: pat-s/[email protected].1
51+
uses: pat-s/[email protected].11
5252
with:
5353
path: ${{ env.BASEDIR }}/target_ws
5454
key: target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}-${{ github.run_id }}
5555
restore-keys: |
5656
target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}
5757
- name: cache ccache
58-
uses: pat-s/[email protected].1
58+
uses: pat-s/[email protected].11
5959
with:
6060
path: ${{ env.CCACHE_DIR }}
6161
key: ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}

0 commit comments

Comments
 (0)