Skip to content

Commit 5f304a4

Browse files
chore(deps): update actions/cache action to v3 (element-plus#6894)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent b1fc5ed commit 5f304a4

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

.github/workflows/build-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: '16'
3131

3232
- name: Cache ~/.pnpm-store
33-
uses: actions/cache@v2
33+
uses: actions/cache@v3
3434
env:
3535
cache-name: cache-pnpm-store
3636
with:

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
node-version: ${{ matrix.node-version }}
3232

3333
- name: Cache ~/.pnpm-store
34-
uses: actions/cache@v2
34+
uses: actions/cache@v3
3535
env:
3636
cache-name: cache-pnpm-store
3737
with:

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
version: latest
2828

2929
- name: Cache ~/.pnpm-store
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
env:
3232
cache-name: cache-pnpm-store
3333
with:

.github/workflows/manual-deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
version: latest
2121

2222
- name: Cache ~/.pnpm-store
23-
uses: actions/cache@v2
23+
uses: actions/cache@v3
2424
env:
2525
cache-name: cache-pnpm-store
2626
with:

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version: latest
3232

3333
- name: Cache ~/.pnpm-store
34-
uses: actions/cache@v2
34+
uses: actions/cache@v3
3535
env:
3636
cache-name: cache-pnpm-store
3737
with:

.github/workflows/publish-npm-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
version: latest
2525

2626
- name: Cache ~/.pnpm-store
27-
uses: actions/cache@v2
27+
uses: actions/cache@v3
2828
env:
2929
cache-name: cache-pnpm-store
3030
with:

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
version: latest
2424

2525
- name: Cache ~/.pnpm-store
26-
uses: actions/cache@v2
26+
uses: actions/cache@v3
2727
env:
2828
cache-name: cache-pnpm-store
2929
with:

.github/workflows/size-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version: latest
2626

2727
- name: Cache ~/.pnpm-store
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
env:
3030
cache-name: cache-pnpm-store
3131
with:

.github/workflows/sst-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: '16'
2626

2727
- name: Cache ~/.pnpm-store
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
env:
3030
cache-name: cache-pnpm-store
3131
with:

.github/workflows/staging-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version: latest
2626

2727
- name: Cache ~/.pnpm-store
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
env:
3030
cache-name: cache-pnpm-store
3131
with:

0 commit comments

Comments
 (0)