Skip to content

Commit d6f1919

Browse files
dependabot[bot]homersimpsons
authored andcommitted
Bump actions/cache from 2.1.6 to 3.2.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.2.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2.1.6...v3.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 91c14e5 commit d6f1919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "::set-output name=dir::$(composer config cache-files-dir)"
3636
3737
- name: composer-cache
38-
uses: actions/cache@v2.1.6
38+
uses: actions/cache@v3.2.6
3939
with:
4040
path: ${{ steps.composercache.outputs.dir }}
4141
key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
@@ -53,7 +53,7 @@ jobs:
5353
vendor/bin/simple-phpunit --no-coverage
5454
5555
- name: phpstan-cache
56-
uses: actions/cache@v2.1.6
56+
uses: actions/cache@v3.2.6
5757
with:
5858
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
5959
path: .phpstan-cache

0 commit comments

Comments
 (0)