Skip to content

Commit bb36e20

Browse files
committed
Update GitHub Actions to latest versions
1 parent 9eb7616 commit bb36e20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- '8.4'
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v1
28+
uses: actions/checkout@v4
2929

3030
- name: Setup PHP ${{ matrix.php-version }}
3131
uses: shivammathur/setup-php@v2
@@ -40,7 +40,7 @@ jobs:
4040
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4141

4242
- name: Cache dependencies
43-
uses: actions/cache@v2
43+
uses: actions/cache@v4
4444
with:
4545
path: ${{ steps.composer-cache.outputs.dir }}
4646
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -53,6 +53,6 @@ jobs:
5353
run: php -d xdebug.mode=coverage ./vendor/bin/phpunit --coverage-clover=coverage.xml
5454

5555
- name: Upload coverage report
56-
uses: codecov/codecov-action@v2
56+
uses: codecov/codecov-action@v4
5757
with:
5858
fail_ci_if_error: false

0 commit comments

Comments
 (0)