From 49c7fc3689c26719e77e35413c799ae52b5b724a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 02:45:30 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .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 5c221452..d0b2da2b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: qemu-arch: "s390x" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true