Skip to content

Commit dedc018

Browse files
Bump pat-s/always-upload-cache from 2.1.5 to 3.0.11 (#84)
Bumps [pat-s/always-upload-cache](https://github.com/pat-s/always-upload-cache) from 2.1.5 to 3.0.11. - [Release notes](https://github.com/pat-s/always-upload-cache/releases) - [Changelog](https://github.com/pat-s/always-upload-cache/blob/main/RELEASES.md) - [Commits](pat-s/always-upload-cache@v2.1.5...v3.0.11) --- updated-dependencies: - dependency-name: pat-s/always-upload-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 088839f commit dedc018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)