Skip to content

Commit 502f7f5

Browse files
committed
Bump actions
1 parent a082646 commit 502f7f5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
coverage: none
3737
tools: composer:v2
3838

39-
- uses: ramsey/composer-install@v3
39+
- uses: ramsey/composer-install@v4
4040
with:
4141
dependency-versions: 'locked'
4242

@@ -75,7 +75,7 @@ jobs:
7575
extensions: pdo_sqlite,pdo_mysql,sockets,xsl,openssl,zip,fileinfo
7676
ini-values: phar.readonly=off
7777

78-
- uses: ramsey/composer-install@v3
78+
- uses: ramsey/composer-install@v4
7979
with:
8080
dependency-versions: ${{ matrix.dependencies }}
8181
composer-options: ${{ matrix.composer-options }}
@@ -180,7 +180,7 @@ jobs:
180180

181181
- name: Upload to Codecov
182182
if: github.repository_owner == 'phingofficial'
183-
uses: codecov/codecov-action@v5
183+
uses: codecov/codecov-action@v7
184184
with:
185185
files: ./tests/reports/clover-coverage.xml
186186
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/subtree-split.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
# no tag
102102
-
103103
if: "!startsWith(github.ref, 'refs/tags/')"
104-
uses: "symplify/monorepo-split-github-action@v2.4.0"
104+
uses: "symplify/monorepo-split-github-action@v2.4.5"
105105
with:
106106
package_directory: 'src/Phing/Task/Ext/${{ matrix.package.local_path }}'
107107

0 commit comments

Comments
 (0)