From 5013da126191018a7493ffb0f939285ea94c47ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:21:38 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 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.1...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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0f1cca..2176b4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')" runs-on: windows-latest steps: - - uses: actions/checkout@v4.1.1 # docs: https://github.com/actions/checkout + - uses: actions/checkout@v4.1.2 # docs: https://github.com/actions/checkout with: fetch-depth: '0' - name: Run build @@ -31,7 +31,7 @@ jobs: needs: windows_build steps: - - uses: actions/checkout@v4.1.1 # docs: https://github.com/actions/checkout + - uses: actions/checkout@v4.1.2 # docs: https://github.com/actions/checkout with: fetch-depth: '0' - name: Run build