File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 71
71
run : npm ci --include=optional
72
72
73
73
- name : Cache nextjs build
74
- uses : actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
74
+ uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
75
75
with :
76
76
path : .next/cache
77
77
key : ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}
Original file line number Diff line number Diff line change 55
55
run : .github/actions-scripts/merge-early-access.sh
56
56
57
57
- name : Restore disk-cache file for external link checking
58
- uses : actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
58
+ uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
59
59
with :
60
60
path : external-link-checker-db.json
61
61
key : external-link-checker-${{ hashFiles('.github/actions/rendered-content-link-checker.js') }}
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
run : npm ci
129
129
130
130
- name : Cache nextjs build
131
- uses : actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
131
+ uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
132
132
with :
133
133
path : .next/cache
134
134
key : ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}
Original file line number Diff line number Diff line change 56
56
run : npm ci
57
57
58
58
- name : Cache nextjs build
59
- uses : actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
59
+ uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
60
60
with :
61
61
path : .next/cache
62
62
key : ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}
Original file line number Diff line number Diff line change 37
37
run : npm ci
38
38
39
39
- name : Cache nextjs build
40
- uses : actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
40
+ uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
41
41
with :
42
42
path : .next/cache
43
43
key : ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
echo $DIFF | tr '\n' ' ' > get_diff_files.txt
138
138
139
139
- name : Cache nextjs build
140
- uses : actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
140
+ uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
141
141
with :
142
142
path : .next/cache
143
143
key : ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}
You can’t perform that action at this time.
0 commit comments