Skip to content

Commit 04a5812

Browse files
committed
Bump GitHub actions
1 parent 78225ea commit 04a5812

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/lint-and-analyse-php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: composer validate --strict
2424

2525
- name: Install Composer dependencies
26-
uses: ramsey/composer-install@v2
26+
uses: ramsey/composer-install@v3
2727
with:
2828
dependency-versions: highest
2929

@@ -43,7 +43,7 @@ jobs:
4343
extensions: dbase
4444

4545
- name: Install Composer dependencies
46-
uses: ramsey/composer-install@v2
46+
uses: ramsey/composer-install@v3
4747
with:
4848
dependency-versions: highest
4949

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
coverage: xdebug
3838

3939
- name: Install Composer dependencies
40-
uses: ramsey/composer-install@v2
40+
uses: ramsey/composer-install@v3
4141
with:
4242
dependency-versions: highest
4343
composer-options: ${{ matrix.composer-options }}
@@ -52,7 +52,7 @@ jobs:
5252
php -f examples/read_polygon.php > /dev/null
5353
5454
- name: Send coverage
55-
uses: codecov/codecov-action@v5
55+
uses: codecov/codecov-action@v6
5656
# Do not run this step on forked versions of the main repository (example: contributor forks)
5757
if: github.repository == 'phpmyadmin/shapefile'
5858
with:
@@ -63,7 +63,7 @@ jobs:
6363
report_type: coverage
6464

6565
- name: Upload test results
66-
uses: codecov/codecov-action@v5
66+
uses: codecov/codecov-action@v6
6767
# Do not run this step on forked versions of the main repository (example: contributor forks)
6868
if: ${{ github.repository == 'phpmyadmin/shapefile' && !cancelled() }}
6969
with:

0 commit comments

Comments
 (0)