From 8e52c2ae5956e686f62cc81681b5f93587cd543b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:48:13 -0400 Subject: [PATCH] GitHub Action: Bump actions/checkout from 3 to 4 (#690) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/Build-UefiExt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build-UefiExt.yaml b/.github/workflows/Build-UefiExt.yaml index 4ed5202d..cd89bff7 100644 --- a/.github/workflows/Build-UefiExt.yaml +++ b/.github/workflows/Build-UefiExt.yaml @@ -29,7 +29,7 @@ jobs: runs-on: windows-2022 steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup MsBuild uses: microsoft/setup-msbuild@v1.3