Skip to content

Commit aace1f1

Browse files
authored
Merge pull request #263 from thecodingmachine/dependabot-github_actions-actions-cache-4.3.0
⬆️ Bump actions/cache from 4.2.4 to 4.3.0
2 parents 30fb1e2 + b4d7821 commit aace1f1

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
@@ -36,7 +36,7 @@ jobs:
3636
echo "::set-output name=dir::$(composer config cache-files-dir)"
3737
3838
- name: composer-cache
39-
uses: actions/cache@v4.2.4
39+
uses: actions/cache@v4.3.0
4040
with:
4141
path: ${{ steps.composercache.outputs.dir }}
4242
key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
@@ -54,7 +54,7 @@ jobs:
5454
vendor/bin/simple-phpunit --no-coverage
5555
5656
- name: phpstan-cache
57-
uses: actions/cache@v4.2.4
57+
uses: actions/cache@v4.3.0
5858
with:
5959
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
6060
path: .phpstan-cache

0 commit comments

Comments
 (0)