Skip to content

Commit

Permalink
build(deps): bump actions/cache in /gh-actions/cache/prime (#2503)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@6849a64...1bd1e32)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent a2a03a3 commit f26033d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gh-actions/cache/prime/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
- name: Check cache
id: cache-restore-initial
if: ${{ ! inputs.gcs-bucket }}
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
lookup-only: true
path: ${{ inputs.path || inputs.path-tmp }}
Expand All @@ -87,7 +87,7 @@ runs:
- name: Check cache
id: cache-restore
if: ${{ inputs.lock-token && steps.cache-restore-initial.outputs.cache-hit != 'true' && ! inputs.gcs-bucket }}
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
lookup-only: true
path: ${{ inputs.path || inputs.path-tmp }}
Expand Down Expand Up @@ -150,7 +150,7 @@ runs:
- if: ${{ steps.restore.outputs.save == 'true' && ! inputs.gcs-bucket }}
name: Save cache
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: ${{ inputs.path || inputs.path-tmp }}
key: ${{ inputs.key }}
Expand Down

0 comments on commit f26033d

Please sign in to comment.