File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 run : npm ci --include=optional
7272
7373 - name : Cache nextjs build
74- uses : actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
74+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
7575 with :
7676 path : .next/cache
7777 key : ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}
Original file line number Diff line number Diff line change 5050 run : npm ci
5151
5252 - name : Cache nextjs build
53- uses : actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
53+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
5454 with :
5555 path : .next/cache
5656 key : ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}
Original file line number Diff line number Diff line change 6363 run : $GITHUB_WORKSPACE/.github/actions-scripts/enterprise-search-label.js
6464
6565 - name : Cache nextjs build
66- uses : actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
66+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
6767 with :
6868 path : .next/cache
6969 key : ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}
Original file line number Diff line number Diff line change 5656 run : npm ci
5757
5858 - name : Cache nextjs build
59- uses : actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
59+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
6060 with :
6161 path : .next/cache
6262 key : ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}
Original file line number Diff line number Diff line change 6565 run : npm ci
6666
6767 - name : Cache nextjs build
68- uses : actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
68+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
6969 with :
7070 path : .next/cache
7171 key : ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}
Original file line number Diff line number Diff line change 5656 run : npm ci
5757
5858 - name : Cache nextjs build
59- uses : actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
59+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
6060 with :
6161 path : .next/cache
6262 key : ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}
Original file line number Diff line number Diff line change 3737 run : npm ci
3838
3939 - name : Cache nextjs build
40- uses : actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
40+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
4141 with :
4242 path : .next/cache
4343 key : ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}
Original file line number Diff line number Diff 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@0400d5f644dc74513175e3cd8d07132dd4860809
141141 with :
142142 path : .next/cache
143143 key : ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}
You can’t perform that action at this time.
0 commit comments