Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Mar 4, 2024
1 parent 7c56c64 commit 1b633a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upstream-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ${{ matrix.repo }}
ref: ${{ matrix.branch }}
Expand All @@ -47,13 +47,13 @@ jobs:
- name: allow php-cs-fixer version required by redaxo/php-cs-fixer-config
run: composer require friendsofphp/php-cs-fixer:\* --no-scripts --no-update --dev

- uses: ramsey/composer-install@v2
- uses: ramsey/composer-install@v3
if: hashFiles('composer.lock') != ''
with:
dependency-versions: 'highest' # to trigger 'composer update' instead of 'composer install' but limited to redaxo/php-cs-fixer-config updates only
composer-options: 'redaxo/php-cs-fixer-config --prefer-dist --no-progress --with-all-dependencies'

- uses: ramsey/composer-install@v2
- uses: ramsey/composer-install@v3
if: hashFiles('composer.lock') == ''
with:
dependency-versions: 'highest' # to trigger 'composer update'
Expand Down

0 comments on commit 1b633a6

Please sign in to comment.