-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/cache from 4.1.0 to 4.1.1 (#3636)
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4f4c36d
commit 2cd586d
Showing
4 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
registry-url: 'https://registry.npmjs.org' | ||
|
||
- name: Restore Cache | ||
uses: actions/cache/[email protected].0 | ||
uses: actions/cache/[email protected].1 | ||
id: npm-cache | ||
with: | ||
path: | | ||
|
@@ -77,7 +77,7 @@ jobs: | |
registry-url: 'https://registry.npmjs.org' | ||
|
||
- name: Restore Cache | ||
uses: actions/cache/[email protected].0 | ||
uses: actions/cache/[email protected].1 | ||
id: npm-cache | ||
with: | ||
path: | | ||
|
@@ -118,7 +118,7 @@ jobs: | |
registry-url: 'https://registry.npmjs.org' | ||
|
||
- name: Restore Cache | ||
uses: actions/cache/[email protected].0 | ||
uses: actions/cache/[email protected].1 | ||
id: npm-cache | ||
with: | ||
path: | | ||
|
@@ -127,7 +127,7 @@ jobs: | |
key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }} | ||
|
||
- name: Restore Cache | ||
uses: actions/cache/[email protected].0 | ||
uses: actions/cache/[email protected].1 | ||
id: storybook-dist-cache | ||
with: | ||
path: dist-storybook/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
registry-url: 'https://registry.npmjs.org' | ||
|
||
- name: Upload to Cache | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
id: npm-cache | ||
with: | ||
path: | | ||
|
@@ -52,7 +52,7 @@ jobs: | |
registry-url: 'https://registry.npmjs.org' | ||
|
||
- name: Restore NPM Cache | ||
uses: actions/cache/[email protected].0 | ||
uses: actions/cache/[email protected].1 | ||
id: npm-cache | ||
with: | ||
path: | | ||
|
@@ -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/[email protected].0 | ||
uses: actions/[email protected].1 | ||
id: storybook-dist-cache | ||
with: | ||
path: | | ||
|
@@ -94,7 +94,7 @@ jobs: | |
registry-url: 'https://registry.npmjs.org' | ||
|
||
- name: Restore npm Cache | ||
uses: actions/cache/[email protected].0 | ||
uses: actions/cache/[email protected].1 | ||
id: npm-cache | ||
with: | ||
path: | | ||
|
@@ -103,7 +103,7 @@ jobs: | |
key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }} | ||
|
||
- name: Restore Cache | ||
uses: actions/cache/[email protected].0 | ||
uses: actions/cache/[email protected].1 | ||
id: storybook-dist-cache | ||
with: | ||
path: dist-storybook/ | ||
|
@@ -131,7 +131,7 @@ jobs: | |
registry-url: 'https://registry.npmjs.org' | ||
|
||
- name: Restore npm Cache | ||
uses: actions/cache/[email protected].0 | ||
uses: actions/cache/[email protected].1 | ||
id: npm-cache | ||
with: | ||
path: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
registry-url: 'https://registry.npmjs.org' | ||
|
||
- name: Upload to Cache | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
id: npm-cache | ||
with: | ||
path: | | ||
|
@@ -52,7 +52,7 @@ jobs: | |
registry-url: 'https://registry.npmjs.org' | ||
|
||
- name: Restore NPM Cache | ||
uses: actions/cache/[email protected].0 | ||
uses: actions/cache/[email protected].1 | ||
id: npm-cache | ||
with: | ||
path: | | ||
|
@@ -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/[email protected].0 | ||
uses: actions/[email protected].1 | ||
id: storybook-dist-cache | ||
with: | ||
path: | | ||
|
@@ -95,7 +95,7 @@ jobs: | |
registry-url: 'https://registry.npmjs.org' | ||
|
||
- name: Restore npm Cache | ||
uses: actions/cache/[email protected].0 | ||
uses: actions/cache/[email protected].1 | ||
id: npm-cache | ||
with: | ||
path: | | ||
|
@@ -104,7 +104,7 @@ jobs: | |
key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }} | ||
|
||
- name: Restore Cache | ||
uses: actions/cache/[email protected].0 | ||
uses: actions/cache/[email protected].1 | ||
id: storybook-dist-cache | ||
with: | ||
path: dist-storybook/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
registry-url: 'https://registry.npmjs.org' | ||
|
||
- name: Upload to Cache | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
id: npm-cache | ||
with: | ||
path: | | ||
|
@@ -48,7 +48,7 @@ jobs: | |
registry-url: 'https://registry.npmjs.org' | ||
|
||
- name: Restore NPM Cache | ||
uses: actions/cache/[email protected].0 | ||
uses: actions/cache/[email protected].1 | ||
id: npm-cache | ||
with: | ||
path: | | ||
|
@@ -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/[email protected].0 | ||
uses: actions/[email protected].1 | ||
id: storybook-dist-cache | ||
with: | ||
path: | | ||
|
@@ -94,7 +94,7 @@ jobs: | |
registry-url: 'https://registry.npmjs.org' | ||
|
||
- name: Restore Cache | ||
uses: actions/cache/[email protected].0 | ||
uses: actions/cache/[email protected].1 | ||
id: npm-cache | ||
with: | ||
path: | | ||
|