diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a1836a21e..f7c5a6cf0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: composer config repositories.breeze '{"type": "path", "url": "breeze"}' --file composer.json - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: 'breeze'