-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(deps): Bump actions/cache from 3.3.1 to 3.3.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
aae3696
commit 054a36a
Showing
1 changed file
with
8 additions
and
8 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 |
---|---|---|
|
@@ -84,7 +84,7 @@ jobs: | |
run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT | ||
- id: cache | ||
name: Cache dependencies | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
key: ${{ steps.cache-key.outputs.result }} | ||
path: ${{ env.CACHE_PATH }} | ||
|
@@ -114,7 +114,7 @@ jobs: | |
node-version-file: .nvmrc | ||
- id: cache | ||
name: Restore dependencies cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
key: ${{ needs.preflight.outputs.cache-key }} | ||
path: ${{ env.CACHE_PATH }} | ||
|
@@ -166,7 +166,7 @@ jobs: | |
node-version-file: .nvmrc | ||
- id: cache | ||
name: Restore dependencies cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
key: ${{ needs.preflight.outputs.cache-key }} | ||
path: ${{ env.CACHE_PATH }} | ||
|
@@ -195,7 +195,7 @@ jobs: | |
node-version-file: .nvmrc | ||
- id: cache | ||
name: Restore dependencies cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
key: ${{ needs.preflight.outputs.cache-key }} | ||
path: ${{ env.CACHE_PATH }} | ||
|
@@ -224,7 +224,7 @@ jobs: | |
node-version-file: .nvmrc | ||
- id: cache | ||
name: Restore dependencies cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
key: ${{ needs.preflight.outputs.cache-key }} | ||
path: ${{ env.CACHE_PATH }} | ||
|
@@ -267,7 +267,7 @@ jobs: | |
- id: cache | ||
if: steps.test-files-check.outputs.files_exists == 'true' | ||
name: Restore dependencies cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
key: ${{ needs.preflight.outputs.cache-key }} | ||
path: ${{ env.CACHE_PATH }} | ||
|
@@ -326,7 +326,7 @@ jobs: | |
- id: cache | ||
if: steps.test-files-check.outputs.files_exists == 'true' | ||
name: Restore dependencies cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
key: ${{ needs.preflight.outputs.cache-key }} | ||
path: ${{ env.CACHE_PATH }} | ||
|
@@ -380,7 +380,7 @@ jobs: | |
node-version-file: .nvmrc | ||
- id: cache | ||
name: Restore dependencies cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
key: ${{ needs.preflight.outputs.cache-key }} | ||
path: ${{ env.CACHE_PATH }} | ||
|