Skip to content

Commit 4e0677c

Browse files
Merge pull request #54 from marcocesarato/renovate/actions-cache-3.x
chore(deps): update actions/cache action to v3
2 parents 6d2859d + ea5157a commit 4e0677c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

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

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

0 commit comments

Comments
 (0)