Skip to content

Commit 738409a

Browse files
authored
Merge pull request #256 from thecodingmachine/dependabot-github_actions-actions-cache-4.2.4
⬆️ Bump actions/cache from 4.2.3 to 4.2.4
2 parents 9a5d62a + 202238d commit 738409a

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/[email protected].3
39+
uses: actions/[email protected].4
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/[email protected].3
57+
uses: actions/[email protected].4
5858
with:
5959
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
6060
path: .phpstan-cache

0 commit comments

Comments
 (0)