From f5c625c38c6598febced70f6b555aa3066627e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 01:53:39 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/create-release-tag.yml | 2 +- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/release-package.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e73750..f062007 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: matrix: target-framework: [net8.0, net9.0, net10.0] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Install all SDKs so the build host understands every TargetFramework (net8/9/10) # and the .slnx solution format (needs SDK >= 9.0.200), regardless of which TFM is tested. - uses: actions/setup-dotnet@v5 @@ -35,7 +35,7 @@ jobs: pack: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-dotnet@v5 with: dotnet-version: | diff --git a/.github/workflows/create-release-tag.yml b/.github/workflows/create-release-tag.yml index defc88f..2def42a 100644 --- a/.github/workflows/create-release-tag.yml +++ b/.github/workflows/create-release-tag.yml @@ -22,7 +22,7 @@ jobs: env: PACKAGE: kasserver steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Validate SemVer diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index bec24cf..1b9c8e2 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-dotnet@v5 with: dotnet-version: | diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index eb39943..b894724 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -29,7 +29,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: actions/setup-dotnet@v5