Skip to content

Commit ebbbcf9

Browse files
authored
Merge pull request #75 from voku/renovate/actions-cache-3.x
Update actions/cache action to v3
2 parents 2c79e17 + 3383745 commit ebbbcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: echo "::set-output name=directory::$(composer config cache-dir)"
4747

4848
- name: Cache composer dependencies
49-
uses: actions/cache@v2.1.7
49+
uses: actions/cache@v3.0.5
5050
with:
5151
path: ${{ steps.composer-cache.outputs.directory }}
5252
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)