From 1ec84bae307c3ff4a9d6dae6542784f1635e0e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:34:56 +0000 Subject: [PATCH] :arrow_up: Bump actions/checkout from 4.1.0 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.0...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deps.yml b/.github/workflows/build-deps.yml index e434861b..74e44466 100644 --- a/.github/workflows/build-deps.yml +++ b/.github/workflows/build-deps.yml @@ -7,7 +7,7 @@ jobs: name: Building windows deps runs-on: windows-2019 steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.2 - name: Enable Developer Command Prompt uses: ilammy/msvc-dev-cmd@v1.13.0