Skip to content

Commit 9ffc631

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | actions/cache | v5.0.3 | v5.0.4 | | github-tags | codecov/codecov-action | v5.5.2 | v5.5.3 |
1 parent 59e7823 commit 9ffc631

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@v5.0.3"
32+
uses: "actions/cache@v5.0.4"
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') }}"

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: "make infection PHPUNIT_FLAGS=--coverage-clover=coverage.xml INFECTION_FLAGS=--logger-github"
4141

4242
- name: "Upload Code Coverage"
43-
uses: "codecov/codecov-action@v5.5.2"
43+
uses: "codecov/codecov-action@v5.5.3"

0 commit comments

Comments
 (0)