Skip to content

Commit b9200b7

Browse files
Bump pat-s/always-upload-cache from 2.1.5 to 3.0.11 (#28)
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 4a4d12a commit b9200b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-industrial-ci-with-cache.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
ref: ${{ inputs.ref_for_scheduled_build }}
6767
- name: cache target_ws
6868
if: ${{ ! matrix.env.CCOV }}
69-
uses: pat-s/always-upload-cache@v2.1.5
69+
uses: pat-s/always-upload-cache@v3.0.11
7070
with:
7171
path: ${{ env.BASEDIR }}/target_ws
7272
key: target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}-${{ github.run_id }}
7373
restore-keys: |
7474
target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}
7575
- name: cache ccache
76-
uses: pat-s/always-upload-cache@v2.1.5
76+
uses: pat-s/always-upload-cache@v3.0.11
7777
with:
7878
path: ${{ env.CCACHE_DIR }}
7979
key: ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}

0 commit comments

Comments
 (0)