From e50028100d76deb6c72202521312c06fdaea8aa2 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sat, 27 Jul 2024 09:17:28 -0400 Subject: [PATCH] Update Checkout to v4 --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e9e8d24..26f77df 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Qt uses: jurplel/install-qt-action@v3