Skip to content

Commit 8209d35

Browse files
dependabot[bot]homersimpsons
authored andcommitted
Bump actions/cache from 3.3.1 to 3.3.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 547e857 commit 8209d35

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/[email protected].1
38+
uses: actions/[email protected].2
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/[email protected].1
56+
uses: actions/[email protected].2
5757
with:
5858
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
5959
path: .phpstan-cache

0 commit comments

Comments
 (0)