Skip to content

Commit 4f4d245

Browse files
chore(deps): update actions/cache action to v6 (cypress-io#1812)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f721894 commit 4f4d245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)