Skip to content

Commit c520a5c

Browse files
committed
Updates actions/cache from v2 to v4
1 parent 4be5fec commit c520a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-quality.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3939
4040
- name: Cache node modules
41-
uses: actions/cache@v2
41+
uses: actions/cache@v4
4242
env:
4343
cache-name: cache-node-modules
4444
with:

.github/workflows/e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
6363
6464
- name: Cache node modules
65-
uses: actions/cache@v2
65+
uses: actions/cache@v4
6666
env:
6767
cache-name: cache-node-modules
6868
with:

0 commit comments

Comments
 (0)