From 43852069ff93611b416d667c2e8635e507bff9ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:06:04 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.3. - [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.3) --- 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..1493f8c 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.3 # 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.3 # docs: https://github.com/actions/checkout with: fetch-depth: '0' - name: Run build