Skip to content

Commit

Permalink
chore: bump actions/cache from 4.0.2 to 4.1.1 (#6339)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent c9ce6e9 commit 194f619
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 @@ -32,7 +32,7 @@ jobs:
- run: pnpm --filter @cspell/cspell-types --filter @cspell/cspell-bundled-dicts run build

- name: Restore CSpell cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.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 @@ -176,7 +176,7 @@ jobs:
- name: Cache Integration Run
id: step-cache-run
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.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 @@ -206,7 +206,7 @@ jobs:
- name: Cache Integration Test Repository Files
if: ${{ steps.step-cache-run.outputs.cache-hit != 'true' }}
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.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 @@ -171,7 +171,7 @@ jobs:

- name: Cache Build
id: step-cache-build
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
key: ${{ needs.build.outputs.key }}
path: ${{ needs.build.outputs.path }}
Expand Down Expand Up @@ -199,7 +199,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/cache@v4.0.2
uses: actions/cache@v4.1.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 @@ -91,7 +91,7 @@ jobs:

- name: Cache Build
id: step-cache-build
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
key: ${{ needs.build.outputs.key }}
path: ${{ needs.build.outputs.path }}
Expand Down

0 comments on commit 194f619

Please sign in to comment.