From 00a8fab0a00dd4bf43a7e9b595f16814f8c15029 Mon Sep 17 00:00:00 2001 From: Francesc M Date: Sun, 20 Oct 2024 16:06:41 +0200 Subject: [PATCH] Bump checkout action to latest version --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 74ac8a61..3bf2099a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -209,7 +209,7 @@ jobs: runs-on: ${{ matrix.env.os }} steps: - name: Checking out the code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: 'true' @@ -255,7 +255,7 @@ jobs: qtplatform: mac steps: - name: Checking out the code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: 'true'