Skip to content

Commit 8fa62dd

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ------------------- | ------- | ------- | | github-tags | actions/cache | v4.2.1 | v4.2.2 | | packagist | infection/infection | 0.29.12 | 0.29.14 |
1 parent 3c5cdf7 commit 8fa62dd

File tree

2 files changed

+238
-40
lines changed

2 files changed

+238
-40
lines changed

.github/workflows/backwards-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: echo "composer_cache_dir=$(composer global config cache-files-dir)" >> $GITHUB_OUTPUT
3030

3131
- name: "Cache dependencies"
32-
uses: "actions/cache@v4.2.1"
32+
uses: "actions/cache@v4.2.2"
3333
with:
3434
path: ${{ steps.composer-cache.outputs.composer_cache_dir }}
3535
key: "php-8.3-bc-break-check-${{ hashFiles('.github/workflows/backwards-compatibility.yml') }}"

0 commit comments

Comments
 (0)