Skip to content

Commit 43d5bd5

Browse files
authored
Merge pull request #213 from aminya/renovate/actions-cache-4.x [skip ci]
chore(deps): update actions/cache action to v4
2 parents c5353c0 + 5a9e4ef commit 43d5bd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
- name: Cache
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: |
3333
~/.pnpm-store
@@ -106,7 +106,7 @@ jobs:
106106
version: ${{ matrix.pnpm }}
107107

108108
- name: Cache node_modules
109-
uses: actions/cache@v3
109+
uses: actions/cache@v4
110110
with:
111111
path: |
112112
~/.pnpm-store
@@ -173,7 +173,7 @@ jobs:
173173
version: ${{ matrix.pnpm }}
174174

175175
- name: Cache node_modules
176-
uses: actions/cache@v3
176+
uses: actions/cache@v4
177177
with:
178178
path: |
179179
~/.pnpm-store

0 commit comments

Comments
 (0)