Skip to content

Commit 6f775f0

Browse files
authored
Merge pull request #83 from thecodingmachine/dependabot-github_actions-actions-cache-4.3.0
Bump actions/cache from 4.2.4 to 4.3.0
2 parents 88675fd + 2d723a7 commit 6f775f0

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 }}
@@ -58,7 +58,7 @@ jobs:
5858
vendor/bin/phpunit --no-coverage
5959
6060
- name: phpstan-cache
61-
uses: actions/cache@v4.2.4
61+
uses: actions/cache@v4.3.0
6262
with:
6363
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
6464
path: .phpstan-cache

0 commit comments

Comments
 (0)