Skip to content

Commit e3a273c

Browse files
Bump the github-actions group with 2 updates (#20)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent ceccb62 commit e3a273c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v7
3131
- name: Build
3232
working-directory: ./tests
3333
run: docker compose build
3434
- name: PHP Unit tests coverage
3535
working-directory: ./tests
3636
run: docker compose run --rm php-cli vendor/bin/phpunit --coverage-clover ./tests/runtime/coverage.xml
3737
- name: Upload coverage to Codecov
38-
uses: codecov/codecov-action@v4
38+
uses: codecov/codecov-action@v7
3939
with:
4040
verbose: true
4141
files: ./tests/runtime/coverage.xml

.github/workflows/mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232
- name: Mutation tests
3333
run: make mutation

.github/workflows/rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
- name: Rector
2424
run: make rector

0 commit comments

Comments
 (0)