diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a48092f..65820b31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: extensions: ast, curl, fileinfo, intl, json, mbstring, simplexml, sodium, zlib - name: "Update dependencies with composer" - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 - name: "Run phan" run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }} @@ -76,7 +76,7 @@ jobs: extensions: curl, fileinfo, intl, json, mbstring, simplexml, sodium, zlib - name: "Install dependencies with composer" - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 - name: "Run tests with phpunit" run: php vendor/phpunit/phpunit/phpunit --configuration=phpunit.xml.dist @@ -141,7 +141,7 @@ jobs: run: pip install sphinx myst-parser sphinx-rtd-theme - name: "Install dependencies with composer" - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 - name: "Build manual" run: |