From 67d3894192625dfb3c11d2ef4cb75181f3e45cb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 10:32:30 +0000 Subject: [PATCH] Bump actions/checkout from 5.0.0 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.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/v5.0.0...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-sdk-updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-sdk-updater.yml b/.github/workflows/dotnet-sdk-updater.yml index b953f11..fcadac8 100644 --- a/.github/workflows/dotnet-sdk-updater.yml +++ b/.github/workflows/dotnet-sdk-updater.yml @@ -21,7 +21,7 @@ jobs: private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }} - name: Check out repo - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.2 - name: Check for new sdk version uses: xt0rted/dotnet-sdk-updater@v2.1.0