Skip to content

Commit 40c342b

Browse files
authored
Use latest actions/cache for GitHub workflow (#21)
1 parent c05a9f5 commit 40c342b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Cache Composer packages
3333
id: composer-cache
34-
uses: actions/cache@v2
34+
uses: actions/cache@v4
3535
with:
3636
path: vendor
3737
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)