Skip to content

Commit 8b78481

Browse files
authored
Merge pull request #356 from zongruxie4/dependabot/github_actions/actions/cache-4.2.4
build(deps): bump actions/cache from 3.0.2 to 4.2.4
2 parents 93d0f08 + fb9570e commit 8b78481

8 files changed

Lines changed: 8 additions & 8 deletions

.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@0400d5f644dc74513175e3cd8d07132dd4860809
7575
with:
7676
path: .next/cache
7777
key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}

.github/workflows/dry-run-elasticsearch-indexing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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') }}

.github/workflows/enterprise-release-sync-search-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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') }}

.github/workflows/sync-search-elasticsearch.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@0400d5f644dc74513175e3cd8d07132dd4860809
6060
with:
6161
path: .next/cache
6262
key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
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') }}

.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@0400d5f644dc74513175e3cd8d07132dd4860809
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@0400d5f644dc74513175e3cd8d07132dd4860809
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@0400d5f644dc74513175e3cd8d07132dd4860809
141141
with:
142142
path: .next/cache
143143
key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}

0 commit comments

Comments
 (0)