From 7bcf6353b4cd945ca822dfc01ccf5c1f70375832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 19:38:42 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.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/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_validation.yml | 2 +- .github/workflows/publish_nuget.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_validation.yml b/.github/workflows/pr_validation.yml index 3775f4e..c8c0208 100644 --- a/.github/workflows/pr_validation.yml +++ b/.github/workflows/pr_validation.yml @@ -23,7 +23,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/publish_nuget.yml b/.github/workflows/publish_nuget.yml index 289fc77..69f1e74 100644 --- a/.github/workflows/publish_nuget.yml +++ b/.github/workflows/publish_nuget.yml @@ -37,7 +37,7 @@ jobs: echo "Tag '$TAG' is a valid bare version. Publishing package version: ${TAG}" - name: "Checkout" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: lfs: true fetch-depth: 0