diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index c03e6ae09..d8af7a302 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Composer install run: composer install