From 5768dc3972c9ff6361b5e6550b43ac3f6021184f Mon Sep 17 00:00:00 2001 From: smiley Date: Thu, 7 Mar 2024 00:49:56 +0100 Subject: [PATCH] :octocat: --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: |