From e8e3d1bbfc003b56f386681587851a9485f14187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:00:56 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 (#681) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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/build.yml | 2 +- .github/workflows/sk2-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2e0c47f..cd7a3a54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: env: DOTNET_CLI_TELEMETRY_OPTOUT: 1 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup .NET Core uses: actions/setup-dotnet@v5 diff --git a/.github/workflows/sk2-ci.yml b/.github/workflows/sk2-ci.yml index ff611e5a..15d77359 100644 --- a/.github/workflows/sk2-ci.yml +++ b/.github/workflows/sk2-ci.yml @@ -17,7 +17,7 @@ jobs: env: DOTNET_CLI_TELEMETRY_OPTOUT: 1 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup .NET Core uses: actions/setup-dotnet@v5