chore(deps): bump actions/cache from 3 to 4 in /.github/workflows

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](https://github.com/actions/cache/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-01 19:19:43 +00:00 committed by Dongsen
parent 7c0e727d13
commit 38a412f3f4
2 changed files with 4 additions and 4 deletions

View File

@ -66,7 +66,7 @@ jobs:
- name: Cache cypress binary - name: Cache cypress binary
id: cache-cypress-binary id: cache-cypress-binary
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ~/.cache/Cypress path: ~/.cache/Cypress
key: cypress-binary-${{ runner.os }}-${{ steps.cypress-version.outputs.version }} key: cypress-binary-${{ runner.os }}-${{ steps.cypress-version.outputs.version }}
@ -113,7 +113,7 @@ jobs:
- name: Cache cypress binary - name: Cache cypress binary
id: cache-cypress-binary id: cache-cypress-binary
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ~/.cache/Cypress path: ~/.cache/Cypress
key: cypress-binary-${{ runner.os }}-${{ steps.cypress-version.outputs.version }} key: cypress-binary-${{ runner.os }}-${{ steps.cypress-version.outputs.version }}

View File

@ -66,7 +66,7 @@ jobs:
- name: Cache cypress binary - name: Cache cypress binary
id: cache-cypress-binary id: cache-cypress-binary
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ~/.cache/Cypress path: ~/.cache/Cypress
key: cypress-binary-${{ runner.os }}-${{ steps.cypress-version.outputs.version }} key: cypress-binary-${{ runner.os }}-${{ steps.cypress-version.outputs.version }}
@ -113,7 +113,7 @@ jobs:
- name: Cache cypress binary - name: Cache cypress binary
id: cache-cypress-binary id: cache-cypress-binary
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ~/.cache/Cypress path: ~/.cache/Cypress
key: cypress-binary-${{ runner.os }}-${{ steps.cypress-version.outputs.version }} key: cypress-binary-${{ runner.os }}-${{ steps.cypress-version.outputs.version }}