Skip to content

Commit 29aab22

Browse files
chore(deps): update actions/cache action to v5 (#1378)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea4c07f commit 29aab22

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
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@v5
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@v5
112112
env:
113113
cache-name: cache-node-modules
114114
with:
@@ -167,7 +167,7 @@ jobs:
167167
run: npm run build
168168

169169
- name: Reuse deno cache folder
170-
uses: actions/cache@v3
170+
uses: actions/cache@v5
171171
env:
172172
cache-name: cache-deno-modules
173173
with:

0 commit comments

Comments
 (0)