From 884b036df9092e87f21dfed989f89806ab6db5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:01:27 +0200 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.0 (#363) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 b287b814e7..a478e9e980 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: build-dir: net8.0-windows\win-x64\publish steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 with: submodules: true