Skip to content

Commit bf32be5

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [ramsey/composer-install](https://github.com/ramsey/composer-install) and [actions/github-script](https://github.com/actions/github-script). Updates `ramsey/composer-install` from 2 to 3 - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@v2...v3) Updates `actions/github-script` from 6 to 7 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/github-script dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90a6a83 commit bf32be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: composer config --unset platform.php
7373

7474
- name: Install Composer dependencies
75-
uses: ramsey/composer-install@v2
75+
uses: ramsey/composer-install@v3
7676
with:
7777
dependency-versions: highest
7878
composer-options: "--prefer-dist --no-progress"
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Add labels to any PRs
101101
if: github.event_name == 'pull_request'
102-
uses: actions/github-script@v6
102+
uses: actions/github-script@v7
103103
with:
104104
github-token: ${{ secrets.GITHUB_TOKEN }}
105105
script: |

0 commit comments

Comments
 (0)