Skip to content

Commit 8cae931

Browse files
chore(deps): update actions/cache action to v4
1 parent 387c7ff commit 8cae931

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
# https://docs.github.com/en/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows
3838
- name: Reuse npm cache folder
39-
uses: actions/cache@v3
39+
uses: actions/cache@v4
4040
env:
4141
cache-name: cache-node-modules
4242
with:
@@ -108,7 +108,7 @@ jobs:
108108

109109
# https://docs.github.com/en/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows
110110
- name: Reuse npm cache folder
111-
uses: actions/cache@v3
111+
uses: actions/cache@v4
112112
env:
113113
cache-name: cache-node-modules
114114
with:
@@ -144,7 +144,7 @@ jobs:
144144

145145
# https://docs.github.com/en/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows
146146
- name: Reuse npm cache folder
147-
uses: actions/cache@v3
147+
uses: actions/cache@v4
148148
env:
149149
cache-name: cache-node-deno-modules
150150
with:
@@ -166,7 +166,7 @@ jobs:
166166
run: npm run build
167167

168168
- name: Reuse deno cache folder
169-
uses: actions/cache@v3
169+
uses: actions/cache@v4
170170
env:
171171
cache-name: cache-deno-modules
172172
with:

0 commit comments

Comments
 (0)