Skip to content

Commit 7710d3c

Browse files
author
Maxime GRIS
authored
Merge pull request #847 from maximegris/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 1871508 + ee81449 commit 7710d3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v6
2828

2929
- name: Cache Node modules
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
# npm cache files are stored in ~/.npm
3333
path: ~/.npm

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v6
2929

3030
- name: Cache Node modules
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
with:
3333
# npm cache files are stored in ~/.npm
3434
path: ~/.npm

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v6
3232

3333
- name: Cache Node modules
34-
uses: actions/cache@v4
34+
uses: actions/cache@v5
3535
with:
3636
# npm cache files are stored in ~/.npm
3737
path: ~/.npm

0 commit comments

Comments
 (0)