Skip to content

Commit

Permalink
chore: bump actions/cache from 4.2.0 to 4.2.1 (#6914)
Browse files Browse the repository at this point in the history
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 Feb 19, 2025
1 parent 0c435cc commit 14f8387
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cspell-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-dictionaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-integration-repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 14f8387

Please sign in to comment.