diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index 392856bf..846d2400 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -42,7 +42,7 @@ jobs: steps: - name: "Checkout project" - uses: "actions/checkout@v2" + uses: "actions/checkout@v3" - name: "Install and configure PHP" uses: "shivammathur/setup-php@v2" @@ -60,7 +60,7 @@ jobs: run: "composer require --no-update ${{ matrix.composer-require }}" - name: "Install dependencies with Composer" - uses: "ramsey/composer-install@v1" + uses: "ramsey/composer-install@v2" with: dependency-versions: "${{ matrix.dependencies }}" composer-options: "--prefer-dist --no-suggest"