Skip to content

Commit

Permalink
[stable-4.7] Bump actions/cache from 3 to 4 (#4832)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/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>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 1210bf5 commit 5ded225
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
node-version: '18'

- name: "Cache ~/.npm & ~/.cache/Cypress"
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.npm
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- name: "Cache original screenshots"
if: matrix.test == 'screenshots'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ansible-hub-ui/test/screenshots-main/
key: screenshots-${{env.SHORT_BRANCH}}-${{ env.UI_COMMIT_MAIN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
node-version: '18'

- name: "Cache ~/.npm"
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ env.GITHUB_REF }}-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 5ded225

Please sign in to comment.