From 0da6b2f52ee19cf4ce4530c6b8d3b8708df9bca7 Mon Sep 17 00:00:00 2001 From: Izzy Date: Mon, 8 Dec 2025 03:17:29 -0500 Subject: [PATCH] Update build.yml --- .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 c6d3f55a..a7df8b61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: "Checkout repo" - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: "recursive" fetch-depth: 0 @@ -225,7 +225,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: submodules: "recursive" fetch-depth: 0