Skip to content

Commit e79ea4a

Browse files
authored
Update 'actions/cache@v2' to 'actions/cache@v3' (#57)
1 parent c13e0e3 commit e79ea4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-versions.yml

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

1919
- name: Cache Composer packages
2020
id: composer-cache
21-
uses: actions/cache@v2
21+
uses: actions/cache@v3
2222
with:
2323
path: vendor
2424
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)