Skip to content

Commit 6ffd1dd

Browse files
build(deps): bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf5afde commit 6ffd1dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverity.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# A cache miss will add ~30s to create, but a cache hit will save minutes.
100100
- name: restore the Coverity Build Tool
101101
id: cache
102-
uses: actions/cache/restore@v5
102+
uses: actions/cache/restore@v6
103103
with:
104104
path: ${{ runner.temp }}/cov-analysis
105105
key: cov-build-${{ env.COVERITY_LANGUAGE }}-${{ env.COVERITY_PLATFORM }}-${{ steps.lookup.outputs.hash }}
@@ -142,7 +142,7 @@ jobs:
142142
esac
143143
- name: cache the Coverity Build Tool
144144
if: steps.cache.outputs.cache-hit != 'true'
145-
uses: actions/cache/save@v5
145+
uses: actions/cache/save@v6
146146
with:
147147
path: ${{ runner.temp }}/cov-analysis
148148
key: cov-build-${{ env.COVERITY_LANGUAGE }}-${{ env.COVERITY_PLATFORM }}-${{ steps.lookup.outputs.hash }}

0 commit comments

Comments
 (0)