Skip to content

Commit 62eabe2

Browse files
author
John Shaffer
committed
Use actions/cache@v4
1 parent 9a26ba1 commit 62eabe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codequality.yml

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

3333
- name: Cache PHP dependencies
34-
uses: actions/cache@v1
34+
uses: actions/cache@v4
3535
with:
3636
path: vendor
3737
key: ${{ runner.OS }}-build-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)