Skip to content

Commit

Permalink
Bump actions/cache from 4.0.2 to 4.1.0 (#3624)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.0.2...v4.1.0)

---
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 Oct 10, 2024
1 parent 8af1d49 commit e082200
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 @@ -28,7 +28,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

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

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

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

- name: Restore Cache
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.1.0
id: storybook-dist-cache
with:
path: dist-storybook/
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@v4.0.2
uses: actions/cache@v4.1.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@v4.0.2
uses: actions/cache/restore@v4.1.0
id: npm-cache
with:
path: |
Expand All @@ -61,7 +61,7 @@ jobs:
key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }}

- name: Upload dist-storybook to Cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.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@v4.0.2
uses: actions/cache/restore@v4.1.0
id: npm-cache
with:
path: |
Expand All @@ -103,7 +103,7 @@ jobs:
key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }}

- name: Restore Cache
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.1.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@v4.0.2
uses: actions/cache/restore@v4.1.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@v4.0.2
uses: actions/cache@v4.1.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@v4.0.2
uses: actions/cache/restore@v4.1.0
id: npm-cache
with:
path: |
Expand All @@ -61,7 +61,7 @@ jobs:
key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }}

- name: Upload dist-storybook to Cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.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@v4.0.2
uses: actions/cache/restore@v4.1.0
id: npm-cache
with:
path: |
Expand All @@ -104,7 +104,7 @@ jobs:
key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }}

- name: Restore Cache
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.1.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@v4.0.2
uses: actions/cache@v4.1.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@v4.0.2
uses: actions/cache/restore@v4.1.0
id: npm-cache
with:
path: |
Expand All @@ -57,7 +57,7 @@ jobs:
key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }}

- name: Upload dist-storybook to Cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.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@v4.0.2
uses: actions/cache/restore@v4.1.0
id: npm-cache
with:
path: |
Expand Down

0 comments on commit e082200

Please sign in to comment.