-
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump actions/cache from 4.2.0 to 4.2.1 (#6914)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0c435cc
commit 14f8387
Showing
4 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
- run: pnpm --filter @cspell/cspell-types --filter @cspell/cspell-bundled-dicts run build | ||
|
||
- name: Restore CSpell cache | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
key: cspell-cache-v2-${{ runner.os }}-${{ hashFiles('**/*.ts', '**/*.md') }} | ||
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 |
---|---|---|
|
@@ -175,7 +175,7 @@ jobs: | |
- name: Cache Integration Run | ||
id: step-cache-run | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
key: integration-run--${{ env.REF_BRANCH }}-${{ steps.repo-hash.outputs.value }}-${{ fromJSON(steps.step-repo-info.outputs.repo-info).commit }}-1 | ||
# Store the patch files to update the integration perf data | ||
|
@@ -205,7 +205,7 @@ jobs: | |
- name: Cache Integration Test Repository Files | ||
if: ${{ steps.step-cache-run.outputs.cache-hit != 'true' }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
key: int-repo-temp-files-${{ matrix.repo }}-${{ fromJSON(steps.step-repo-info.outputs.repo-info).commit }} | ||
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 |
---|---|---|
|
@@ -169,7 +169,7 @@ jobs: | |
|
||
- name: Cache Build | ||
id: step-cache-build | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
key: ${{ needs.build.outputs.key }} | ||
path: ${{ needs.build.outputs.path }} | ||
|
@@ -197,7 +197,7 @@ jobs: | |
echo "repo-info=$(jq -c '.repositories[] | select(.path == "${{ matrix.repo }}")' integration-tests/config/config.json)" >> $GITHUB_OUTPUT | ||
- name: Cache Integration Test Repository Files | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
key: int-repo-temp-files-${{ matrix.repo }}-${{ fromJSON(steps.step-repo-info.outputs.repo-info).commit }} | ||
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 |
---|---|---|
|
@@ -84,7 +84,7 @@ jobs: | |
|
||
- name: Cache Build | ||
id: step-cache-build | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
key: ${{ needs.build.outputs.key }} | ||
path: ${{ needs.build.outputs.path }} | ||
|