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