From cf2ba49879ddb86b4e8fa1470563a66f5b682aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 20:30:36 +0000 Subject: [PATCH] Bump actions/checkout from 3.0.2 to 4.1.1 (#1) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 4.1.1. - [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/v3.0.2...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr_validation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_validation.yaml b/.github/workflows/pr_validation.yaml index 8b51e12..9c1f188 100644 --- a/.github/workflows/pr_validation.yaml +++ b/.github/workflows/pr_validation.yaml @@ -23,7 +23,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v4.1.1 with: lfs: true fetch-depth: 0