Merge pull request #10 from netzmacht/dependabot/github_actions/actions/cache-3

github-actions(deps): bump actions/cache from 1 to 3
This commit is contained in:
David Molineus
2022-11-29 14:28:14 +01:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ jobs:
coverage: xdebug2
- name: Cache composer cache directory
uses: actions/cache@v1
uses: actions/cache@v3
env:
cache-name: composer-cache-dir-${{ matrix.php }}
with:
@@ -49,7 +49,7 @@ jobs:
run: composer install
- name: Cache vendor directory of phpcq tool runner
uses: actions/cache@v1
uses: actions/cache@v3
env:
cache-name: vendor-${{ matrix.php }}
with: