Skip to content

Commit a34e810

Browse files
author
Peter Bengtsson
authored
upgrade actions/cache to v3.0.11 (#33462)
1 parent 94399d6 commit a34e810

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/browser-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: npm ci --include=optional
7272

7373
- name: Cache nextjs build
74-
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
74+
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
7575
with:
7676
path: .next/cache
7777
key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}

.github/workflows/link-check-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: .github/actions-scripts/merge-early-access.sh
5656

5757
- name: Restore disk-cache file for external link checking
58-
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
58+
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
5959
with:
6060
path: external-link-checker-db.json
6161
key: external-link-checker-${{ hashFiles('.github/actions/rendered-content-link-checker.js') }}

.github/workflows/sync-search-elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: npm ci
129129

130130
- name: Cache nextjs build
131-
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
131+
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
132132
with:
133133
path: .next/cache
134134
key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}

.github/workflows/sync-search-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: npm ci
5757

5858
- name: Cache nextjs build
59-
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
59+
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
6060
with:
6161
path: .next/cache
6262
key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}

.github/workflows/test-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: npm ci
3838

3939
- name: Cache nextjs build
40-
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
40+
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
4141
with:
4242
path: .next/cache
4343
key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
echo $DIFF | tr '\n' ' ' > get_diff_files.txt
138138
139139
- name: Cache nextjs build
140-
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
140+
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
141141
with:
142142
path: .next/cache
143143
key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}

0 commit comments

Comments
 (0)