Skip to content

Commit b34c84d

Browse files
authored
Merge pull request #180 from fschmtt/chore/upgrade-github-actions
chore: upgrade GitHub Actions to latest versions
2 parents 9e5146d + 819286e commit b34c84d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/php-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
PHP_CS_FIXER_IGNORE_ENV: 1 # Remove when PHP 8.4 is officially supported by PHP CS Fixer
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v7
2323

2424
- uses: shivammathur/setup-php@v2
2525
with:
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040

4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v7
4343
with:
4444
fetch-depth: 0
4545

.github/workflows/php-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
XDEBUG_MODE: coverage
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v7
2626

2727
- uses: shivammathur/setup-php@v2
2828
with:

.github/workflows/php-unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
php: [ 8.2, 8.3, 8.4, 8.5 ]
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v7
2222

2323
- uses: shivammathur/setup-php@v2
2424
with:
@@ -32,7 +32,7 @@ jobs:
3232
run: vendor/bin/phpunit --testsuite unit
3333

3434
- name: Upload coverage reports
35-
uses: codecov/codecov-action@v5
35+
uses: codecov/codecov-action@v7
3636
with:
3737
fail_ci_if_error: true
3838
files: phpunit.cobertura.xml

0 commit comments

Comments
 (0)