Skip to content

Commit 0f69de7

Browse files
chore(deps): bump the github-actions group with 2 updates (#532)
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [ramsey/composer-install](https://github.com/ramsey/composer-install). Updates `actions/checkout` from 5.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93cb6ef...de0fac2) Updates `ramsey/composer-install` from 3.2.1 to 4.0.0 - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@a8d0d95...65e4f84) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ramsey/composer-install dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f305512 commit 0f69de7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/static.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
git config --global core.eol lf
1717
1818
- name: Checkout
19-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020

2121
- name: Setup PHP
2222
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
@@ -27,7 +27,7 @@ jobs:
2727
coverage: none
2828

2929
- name: Install PHP dependencies
30-
uses: ramsey/composer-install@a8d0d959dab41457692a5e2041bd9b757a119e3f # v3
30+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v3
3131
with:
3232
dependency-versions: highest
3333
composer-options: "--prefer-dist"
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444

4545
- name: Checkout
46-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
46+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747

4848
- name: Setup PHP
4949
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
@@ -54,7 +54,7 @@ jobs:
5454
coverage: none
5555

5656
- name: Install PHP dependencies
57-
uses: ramsey/composer-install@a8d0d959dab41457692a5e2041bd9b757a119e3f # v3
57+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v3
5858
with:
5959
dependency-versions: highest
6060
composer-options: "--prefer-dist"

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717

1818
- name: Checkout
19-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020

2121
- name: Setup PHP
2222
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
@@ -32,7 +32,7 @@ jobs:
3232
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
3333
3434
- name: Install PHP dependencies
35-
uses: ramsey/composer-install@a8d0d959dab41457692a5e2041bd9b757a119e3f # v3
35+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v3
3636
with:
3737
dependency-versions: ${{ matrix.dependency-version }}
3838
composer-options: "--prefer-dist"

0 commit comments

Comments
 (0)