Skip to content

Commit f93cc7a

Browse files
Update actions/cache action to v5
1 parent ff5fe57 commit f93cc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
coverage: none
2424

2525
- name: Cache dependencies
26-
uses: actions/cache@v4
26+
uses: actions/cache@v5
2727
with:
2828
path: ~/.composer/cache/files
2929
key: qa-${{ hashFiles('composer.json') }}-${{ matrix.php }}-${{ hashFiles('.github/workflows/run-tests.yml') }}

0 commit comments

Comments
 (0)