From 72cdfce309dc1f8c5220de1ddc5be8b9594c6a29 Mon Sep 17 00:00:00 2001 From: Gareth Potter Date: Tue, 4 Aug 2026 16:00:02 +0100 Subject: [PATCH] try to update checkout action to get rid of warning --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2eb8d03..985db86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: container: gcc steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v7 with: path: thingsetplusplus submodules: 'true' @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v7 with: path: thingsetplusplus