From e7e8e30b261dd4f33eb0187cdaed79ca4a446c07 Mon Sep 17 00:00:00 2001 From: Paul Rijke Date: Tue, 6 Feb 2024 16:56:22 +0100 Subject: [PATCH] Use checkoutv4 --- .github/workflows/test-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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