Skip to content

Commit

Permalink
Merge pull request #7 from yediyuz/dependabot/github_actions/ramsey/c…
Browse files Browse the repository at this point in the history
…omposer-install-3

Bump ramsey/composer-install from 2 to 3
  • Loading branch information
mertasan authored Mar 10, 2024
2 parents 8fd434a + ff1b408 commit 2c732ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# run: echo '${{ secrets.COMPOSER_AUTH_JSON }}' > $GITHUB_WORKSPACE/auth.json

- name: Install Composer Dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.dependency-versions }}
composer-options: "--optimize-autoloader --no-interaction --no-progress"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
coverage: none

- name: Install Composer Dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.dependency-versions }}
composer-options: "--optimize-autoloader --no-interaction --no-progress"
Expand Down

0 comments on commit 2c732ac

Please sign in to comment.