Skip to content

Commit a3834c1

Browse files
committed
minor #508 [CI] Bump github actions (rosier)
This PR was merged into the 3.x-dev branch. Discussion ---------- [CI] Bump github actions Fixes the `ramsey/composer-install` cache feature and warnings: - The `set-output` command is deprecated and will be disabled soon. - The `save-state` command is deprecated and will be disabled soon. Commits ------- eaa5b8c Bump github actions
2 parents aff730e + eaa5b8c commit a3834c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414

1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@v2
17-
1817
with:
1918
php-version: 8.3
2019
coverage: none
@@ -44,9 +43,10 @@ jobs:
4443
- php: '8.4'
4544
deps: highest
4645
monolog: '3.*'
46+
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v2
49+
uses: actions/checkout@v4
5050

5151
- name: Setup PHP
5252
uses: shivammathur/setup-php@v2
@@ -64,7 +64,7 @@ jobs:
6464
run: composer require --no-update monolog/monolog:${{ matrix.monolog }}
6565

6666
- name: Composer install
67-
uses: ramsey/composer-install@v1
67+
uses: ramsey/composer-install@v3
6868
with:
6969
dependency-versions: '${{ matrix.deps }}'
7070

0 commit comments

Comments
 (0)