Skip to content

Commit f5a0a2b

Browse files
Bump actions/cache from 2.1.7 to 3 (#452)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b69ba7e commit f5a0a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "::set-output name=dir::$(composer config cache-files-dir)"
4545
4646
- name: composer-cache
47-
uses: actions/cache@v2.1.7
47+
uses: actions/cache@v3
4848
with:
4949
path: ${{ steps.composercache.outputs.dir }}
5050
key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
@@ -67,7 +67,7 @@ jobs:
6767
run: "vendor/bin/phpunit"
6868

6969
- name: phpstan-cache
70-
uses: actions/cache@v2.1.7
70+
uses: actions/cache@v3
7171
with:
7272
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
7373
path: .phpstan-cache

0 commit comments

Comments
 (0)