Skip to content

Commit 6de56b1

Browse files
authored
Bump actions/cache to v4 (#1975)
bump actions/cache to v4
1 parent bbf019e commit 6de56b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lintBuildTest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: 20
1717
cache: 'npm'
1818
- name: Cache node_modules
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
id: cache-node-modules
2121
with:
2222
path: node_modules
@@ -35,7 +35,7 @@ jobs:
3535
node-version: 20
3636
cache: 'npm'
3737
- name: Get node_modules from cache
38-
uses: actions/cache@v3
38+
uses: actions/cache@v4
3939
id: cache-node-modules
4040
with:
4141
path: node_modules
@@ -64,7 +64,7 @@ jobs:
6464
node-version: 20
6565
cache: 'npm'
6666
- name: Get node_modules from cache
67-
uses: actions/cache@v3
67+
uses: actions/cache@v4
6868
with:
6969
path: node_modules
7070
key: modules-${{ hashFiles('package-lock.json') }}
@@ -74,7 +74,7 @@ jobs:
7474
echo "PLAYWRIGHT_VERSION=$PLAYWRIGHT_VERSION" >> $GITHUB_ENV
7575
# Cache browser binaries, cache key is based on Playwright version and OS
7676
- name: Cache Playwright browser binaries
77-
uses: actions/cache@v3
77+
uses: actions/cache@v4
7878
id: playwright-cache
7979
with:
8080
path: '~/.cache/ms-playwright'

0 commit comments

Comments
 (0)