mirror of
https://github.com/danog/Valinor.git
synced 2024-11-30 04:39:05 +01:00
chore(deps): bump actions/cache from 3.0.1 to 3.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2f310cf5ab
commit
34f519b583
2
.github/workflows/mutation.yml
vendored
2
.github/workflows/mutation.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
key: mutation-php-extensions-${{ runner.os }}-${{ env.php-version }}
|
||||
|
||||
- name: Cache PHP extensions
|
||||
uses: actions/cache@v3.0.1
|
||||
uses: actions/cache@v3.0.2
|
||||
with:
|
||||
path: ${{ steps.extcache.outputs.dir }}
|
||||
key: ${{ steps.extcache.outputs.key }}
|
||||
|
4
.github/workflows/quality-assurance.yml
vendored
4
.github/workflows/quality-assurance.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
key: qa-php-extensions-${{ runner.os }}-${{ env.php-version }}
|
||||
|
||||
- name: Cache PHP extensions
|
||||
uses: actions/cache@v3.0.1
|
||||
uses: actions/cache@v3.0.2
|
||||
with:
|
||||
path: ${{ steps.extcache.outputs.dir }}
|
||||
key: ${{ steps.extcache.outputs.key }}
|
||||
@ -34,7 +34,7 @@ jobs:
|
||||
ini-values: zend.assertions=1
|
||||
|
||||
- name: Cache PHPStan results
|
||||
uses: actions/cache@v3.0.1
|
||||
uses: actions/cache@v3.0.2
|
||||
with:
|
||||
path: var/cache/phpstan
|
||||
key: phpstan
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
key: tests-php-extensions-${{ runner.os }}-${{ matrix.php-version }}-${{ matrix.dependencies }}
|
||||
|
||||
- name: Cache PHP extensions
|
||||
uses: actions/cache@v3.0.1
|
||||
uses: actions/cache@v3.0.2
|
||||
with:
|
||||
path: ${{ steps.extcache.outputs.dir }}
|
||||
key: ${{ steps.extcache.outputs.key }}
|
||||
|
Loading…
Reference in New Issue
Block a user