From d42e7a467c8a4d124217d583f8720ad740e67ac2 Mon Sep 17 00:00:00 2001 From: DevKage Date: Tue, 16 Jan 2024 14:24:55 +0530 Subject: [PATCH] Use checkoutv4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 828a594..30ea95f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: recursive