Skip to content

Commit 194f619

Browse files
chore: bump actions/cache from 4.0.2 to 4.1.1 (#6339)
1 parent c9ce6e9 commit 194f619

4 files changed

+6
-6
lines changed

.github/workflows/cspell-cli.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: pnpm --filter @cspell/cspell-types --filter @cspell/cspell-bundled-dicts run build
3333

3434
- name: Restore CSpell cache
35-
uses: actions/cache@v4.0.2
35+
uses: actions/cache@v4.1.1
3636
with:
3737
key: cspell-cache-v2-${{ runner.os }}-${{ hashFiles('**/*.ts', '**/*.md') }}
3838
path: |

.github/workflows/integration-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
177177
- name: Cache Integration Run
178178
id: step-cache-run
179-
uses: actions/cache@v4.0.2
179+
uses: actions/cache@v4.1.1
180180
with:
181181
key: integration-run--${{ env.REF_BRANCH }}-${{ steps.repo-hash.outputs.value }}-${{ fromJSON(steps.step-repo-info.outputs.repo-info).commit }}-1
182182
# Store the patch files to update the integration perf data
@@ -206,7 +206,7 @@ jobs:
206206
207207
- name: Cache Integration Test Repository Files
208208
if: ${{ steps.step-cache-run.outputs.cache-hit != 'true' }}
209-
uses: actions/cache@v4.0.2
209+
uses: actions/cache@v4.1.1
210210
with:
211211
key: int-repo-temp-files-${{ matrix.repo }}-${{ fromJSON(steps.step-repo-info.outputs.repo-info).commit }}
212212
path: |

.github/workflows/update-dictionaries.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171

172172
- name: Cache Build
173173
id: step-cache-build
174-
uses: actions/cache@v4.0.2
174+
uses: actions/cache@v4.1.1
175175
with:
176176
key: ${{ needs.build.outputs.key }}
177177
path: ${{ needs.build.outputs.path }}
@@ -199,7 +199,7 @@ jobs:
199199
echo "repo-info=$(jq -c '.repositories[] | select(.path == "${{ matrix.repo }}")' integration-tests/config/config.json)" >> $GITHUB_OUTPUT
200200
201201
- name: Cache Integration Test Repository Files
202-
uses: actions/cache@v4.0.2
202+
uses: actions/cache@v4.1.1
203203
with:
204204
key: int-repo-temp-files-${{ matrix.repo }}-${{ fromJSON(steps.step-repo-info.outputs.repo-info).commit }}
205205
path: |

.github/workflows/update-integration-repositories.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Cache Build
9393
id: step-cache-build
94-
uses: actions/cache@v4.0.2
94+
uses: actions/cache@v4.1.1
9595
with:
9696
key: ${{ needs.build.outputs.key }}
9797
path: ${{ needs.build.outputs.path }}

0 commit comments

Comments
 (0)