Skip to content

Commit 2711a1e

Browse files
Copilotspawnia
andcommitted
Use v4 tag format for ramsey/composer-install action
Agent-Logs-Url: https://github.com/webonyx/graphql-php/sessions/bfbf879b-5a75-4407-af57-03e91b9a384b Co-authored-by: spawnia <12158000+spawnia@users.noreply.github.com>
1 parent 3874d60 commit 2711a1e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
extensions: mbstring
2121
php-version: "8.3"
2222

23-
- uses: ramsey/composer-install@4.0.0
23+
- uses: ramsey/composer-install@v4
2424

2525
- run: composer normalize
2626

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
coverage: none
2525
php-version: "8.3"
2626

27-
- uses: ramsey/composer-install@4.0.0
27+
- uses: ramsey/composer-install@v4
2828

2929
- name: Run PHPBench
3030
run: |
@@ -64,7 +64,7 @@ jobs:
6464
coverage: none
6565
php-version: "8.3"
6666

67-
- uses: ramsey/composer-install@4.0.0
67+
- uses: ramsey/composer-install@v4
6868

6969
- name: Run PHPBench
7070
run: |

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
tools: cs2pr
3636

3737
- name: Install dependencies with Composer
38-
uses: ramsey/composer-install@4.0.0
38+
uses: ramsey/composer-install@v4
3939

4040
- name: Run a static analysis with phpstan/phpstan
4141
run: vendor/bin/phpstan --error-format=github

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
php-version: "${{ matrix.php-version }}"
4343

4444
- name: Install dependencies with Composer
45-
uses: ramsey/composer-install@4.0.0
45+
uses: ramsey/composer-install@v4
4646
with:
4747
dependency-versions: ${{ matrix.dependencies }}
4848
composer-options: ${{ matrix.composer-options }}
@@ -97,7 +97,7 @@ jobs:
9797
php-version: "7.4"
9898

9999
- name: Install dependencies with Composer
100-
uses: ramsey/composer-install@4.0.0
100+
uses: ramsey/composer-install@v4
101101

102102
- name: Run PHPBench
103103
run: composer bench

0 commit comments

Comments
 (0)