Skip to content

Commit

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

---
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 Jan 25, 2024
1 parent 5c6c2e8 commit d6d8526
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore Cache
uses: actions/cache/restore@v3.3.3
uses: actions/cache/restore@v4.0.0
id: npm-cache
with:
path: |
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore Cache
uses: actions/cache/restore@v3.3.3
uses: actions/cache/restore@v4.0.0
id: npm-cache
with:
path: |
Expand All @@ -71,7 +71,7 @@ jobs:
key: ${{ env.CACHE_NAME }}-${{ hashFiles('**/package-lock.json') }}

- name: Restore Cache
uses: actions/cache/restore@v3.3.3
uses: actions/cache/restore@v4.0.0
id: storybook-dist-cache
with:
path: dist-storybook/
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore Cache
uses: actions/cache/restore@v3.3.3
uses: actions/cache/restore@v4.0.0
id: npm-cache
with:
path: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Upload to Cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
id: npm-cache
with:
path: |
Expand All @@ -52,7 +52,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore NPM Cache
uses: actions/cache/restore@v3.3.3
uses: actions/cache/restore@v4.0.0
id: npm-cache
with:
path: |
Expand All @@ -61,7 +61,7 @@ jobs:
key: ${{ env.CACHE_NAME }}-${{ hashFiles('**/package-lock.json') }}

- name: Upload dist-storybook to Cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
id: storybook-dist-cache
with:
path: |
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore npm Cache
uses: actions/cache/restore@v3.3.3
uses: actions/cache/restore@v4.0.0
id: npm-cache
with:
path: |
Expand All @@ -103,7 +103,7 @@ jobs:
key: ${{ env.CACHE_NAME }}-${{ hashFiles('**/package-lock.json') }}

- name: Restore Cache
uses: actions/cache/restore@v3.3.3
uses: actions/cache/restore@v4.0.0
id: storybook-dist-cache
with:
path: dist-storybook/
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore npm Cache
uses: actions/cache/restore@v3.3.3
uses: actions/cache/restore@v4.0.0
id: npm-cache
with:
path: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Upload to Cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
id: npm-cache
with:
path: |
Expand All @@ -52,7 +52,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore NPM Cache
uses: actions/cache/restore@v3.3.3
uses: actions/cache/restore@v4.0.0
id: npm-cache
with:
path: |
Expand All @@ -61,7 +61,7 @@ jobs:
key: ${{ env.CACHE_NAME }}-${{ hashFiles('**/package-lock.json') }}

- name: Upload dist-storybook to Cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
id: storybook-dist-cache
with:
path: |
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore npm Cache
uses: actions/cache/restore@v3.3.3
uses: actions/cache/restore@v4.0.0
id: npm-cache
with:
path: |
Expand All @@ -104,7 +104,7 @@ jobs:
key: ${{ env.CACHE_NAME }}-${{ hashFiles('**/package-lock.json') }}

- name: Restore Cache
uses: actions/cache/restore@v3.3.3
uses: actions/cache/restore@v4.0.0
id: storybook-dist-cache
with:
path: dist-storybook/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Upload to Cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
id: npm-cache
with:
path: |
Expand All @@ -48,7 +48,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore NPM Cache
uses: actions/cache/restore@v3.3.3
uses: actions/cache/restore@v4.0.0
id: npm-cache
with:
path: |
Expand All @@ -57,7 +57,7 @@ jobs:
key: ${{ env.CACHE_NAME }}-${{ hashFiles('**/package-lock.json') }}

- name: Upload dist-storybook to Cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
id: storybook-dist-cache
with:
path: |
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore Cache
uses: actions/cache/restore@v3.3.3
uses: actions/cache/restore@v4.0.0
id: npm-cache
with:
path: |
Expand Down

0 comments on commit d6d8526

Please sign in to comment.