Skip to content

Commit 48a2779

Browse files
chore(deps): bump actions/cache from 4 to 5 (#10659)
1 parent a618dcf commit 48a2779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: 20
2929

3030
- name: Cache Node Modules and Cypress binary
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
id: cache-primes
3333
with:
3434
path: |
@@ -70,7 +70,7 @@ jobs:
7070
node-version: 20
7171

7272
- name: Cache Node Modules and Cypress binary
73-
uses: actions/cache@v4
73+
uses: actions/cache@v5
7474
id: cache-primes
7575
with:
7676
path: |

0 commit comments

Comments
 (0)