From 78d00b6088a00b65997f449f2d24fb2aa1acf494 Mon Sep 17 00:00:00 2001 From: Adam <893184+NotAdam@users.noreply.github.com> Date: Sun, 5 Feb 2023 13:31:00 +1100 Subject: [PATCH] update checkout action --- .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 cb2061f3..ee8ab4f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.3.0 with: submodules: recursive - name: install deps @@ -36,7 +36,7 @@ jobs: runs-on: windows-2019 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.3.0 with: submodules: recursive - name: Enable Developer Command Prompt