Skip to content

Commit bd0a2b1

Browse files
committed
GH Actions: update action runner versions
GitHub has deprecated the Node 16 action runner environment and will soon stop supporting it. Both the `actions/checkout` as well as `ramsey/composer-install` have released new versions for this. Updating to those newer versions will prevent the CI from breaking once support for Node 16 is stopped completely.
1 parent e35bb9f commit bd0a2b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
php-version: '${{ matrix.php }}'
2626
tools: composer
2727
extensions: 'xdebug'
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v4
2929

3030
- name: Install Composer dependencies & cache dependencies
31-
uses: "ramsey/composer-install@v2"
31+
uses: "ramsey/composer-install@v3"
3232
with:
3333
composer-options: "--prefer-dist"
3434
custom-cache-key: "{{ runner.os }}-composer-${{ matrix.php }}"

0 commit comments

Comments
 (0)