From e8df0cc2287ac59320442d0e752315247283257a Mon Sep 17 00:00:00 2001 From: Mathias Hasselmann Date: Thu, 19 Sep 2024 23:29:17 +0200 Subject: [PATCH] Update to checkout@4 This avoids warnings about deprecated Node.js version. --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 52762cd..9aaad64 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -77,7 +77,7 @@ jobs: ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install host Qt for cross-compiling id: install-host-qt