From 10be176adf632517fcc4caf4fa96730a06093cb4 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Sun, 4 Feb 2024 23:10:41 +0100 Subject: [PATCH] Update github action dependencies --- .github/workflows/linux.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6db3336..935af4e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -29,9 +29,7 @@ jobs: stdlib: libstdc++ steps: - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 1 + uses: actions/checkout@v4 - name: Prepare run: cmake -E make_directory build