Skip to content

Commit 9dc17a7

Browse files
authored
test(deps): update actions/cache to v5 (cypress-io#1606)
1 parent 1ada3d0 commit 9dc17a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/example-install-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# (which is important when using ^ version in package.json)
2222
# see https://github.com/actions/cache
2323
- name: Cache npm and Cypress 📦
24-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2525
with:
2626
path: |
2727
~/.cache/Cypress

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ If the project has many dependencies, but you want to install just Cypress you c
14771477

14781478
```yml
14791479
- uses: actions/checkout@v6
1480-
- uses: actions/cache@v4
1480+
- uses: actions/cache@v5
14811481
with:
14821482
path: |
14831483
~/.cache/Cypress

0 commit comments

Comments
 (0)