8000 Merge pull request #16493 from piwysocki/patch-1 · webpack/webpack@c98e9e0 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit c98e9e0

Browse files
authored
Merge pull request #16493 from piwysocki/patch-1
ci: test workflow - bump actions/cache
2 parents b7fc4d8 + 63ea82d commit c98e9e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: 17.x
2828
cache: "yarn"
2929
- run: yarn --frozen-lockfile
30-
- uses: actions/cache@v1
30+
- uses: actions/cache@v3
3131
with:
3232
path: .eslintcache
3333
key: lint-${{ env.GITHUB_SHA }}
@@ -62,7 +62,7 @@ jobs:
6262
- run: yarn --frozen-lockfile
6363
- run: yarn link --frozen-lockfile || true
6464
- run: yarn link webpack --frozen-lockfile
65-
- uses: actions/cache@v1
65+
- uses: actions/cache@v3
6666
with:
6767
path: .jest-cache
6868
key: jest-unit-${{ env.GITHUB_SHA }}
@@ -101,7 +101,7 @@ jobs:
101101
- run: yarn --frozen-lockfile
102102
- run: yarn link --frozen-lockfile || true
103103
- run: yarn link webpack --frozen-lockfile
104-
- uses: actions/cache@v2
104+
- uses: actions/cache@v3
105105
with:
106106
path: .jest-cache
107107
key: jest-integration-${{ env.GITHUB_SHA }}

0 commit comments

Comments
 (0)
0