Skip to content

Commit

Permalink
Roll back ramsey/composer-install action to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 1fd67b2 commit 2a44b16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
php-version: "${{ env.PHP_CURRENT }}"
ini-values: "${{ env.INI_VALUES }}"
tools: composer-normalize, composer-require-checker
- uses: "ramsey/composer-install@v3"
- uses: "ramsey/composer-install@3.0.0"

- run: "composer validate --strict"
- run: "composer-normalize --dry-run"
Expand All @@ -38,7 +38,7 @@ jobs:
php-version: "${{ env.PHP_CURRENT }}"
ini-values: "${{ env.INI_VALUES }}"
tools: cs2pr
- uses: "ramsey/composer-install@v3"
- uses: "ramsey/composer-install@3.0.0"

- run: "vendor/bin/phpcs -q --report=checkstyle | cs2pr"

Expand All @@ -53,7 +53,7 @@ jobs:
coverage: "none"
php-version: "${{ env.PHP_CURRENT }}"
ini-values: "${{ env.INI_VALUES }}"
- uses: "ramsey/composer-install@v3"
- uses: "ramsey/composer-install@3.0.0"

- run: "vendor/bin/phpstan"

Expand All @@ -78,7 +78,7 @@ jobs:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
ini-values: "${{ env.INI_VALUES }}"
- uses: "ramsey/composer-install@v3"
- uses: "ramsey/composer-install@3.0.0"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand All @@ -97,7 +97,7 @@ jobs:
coverage: "pcov"
php-version: "${{ env.PHP_CURRENT }}"
ini-values: "${{ env.INI_VALUES }}"
- uses: "ramsey/composer-install@v3"
- uses: "ramsey/composer-install@3.0.0"

- name: "Run Infection"
timeout-minutes: 30
Expand Down

0 comments on commit 2a44b16

Please sign in to comment.