Skip to content

Commit aa87948

Browse files
authored
Merge pull request #280 from thecodingmachine/dependabot-github_actions-actions-cache-5.0.5
⬆️ Bump actions/cache from 5.0.2 to 5.0.5
2 parents ba8052f + c4d9986 commit aa87948

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "::set-output name=dir::$(composer config cache-files-dir)"
3535
3636
- name: composer-cache
37-
uses: actions/cache@v5.0.2
37+
uses: actions/cache@v5.0.5
3838
with:
3939
path: ${{ steps.composercache.outputs.dir }}
4040
key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
@@ -52,7 +52,7 @@ jobs:
5252
vendor/bin/simple-phpunit --no-coverage
5353
5454
- name: phpstan-cache
55-
uses: actions/cache@v5.0.2
55+
uses: actions/cache@v5.0.5
5656
with:
5757
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
5858
path: .phpstan-cache

0 commit comments

Comments
 (0)