From 743267f9099573436c7119f7538279dae0b3102b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:14:08 +0000 Subject: [PATCH] Bump actions/checkout Bumps the github-actions group with 1 update in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-docfx.yml | 2 +- .github/workflows/release-nuget.yml | 2 +- .github/workflows/test.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-docfx.yml b/.github/workflows/deploy-docfx.yml index 5a28a04..33870c4 100644 --- a/.github/workflows/deploy-docfx.yml +++ b/.github/workflows/deploy-docfx.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Dotnet Setup uses: actions/setup-dotnet@v5 diff --git a/.github/workflows/release-nuget.yml b/.github/workflows/release-nuget.yml index 3c1b66b..8795dd4 100644 --- a/.github/workflows/release-nuget.yml +++ b/.github/workflows/release-nuget.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup .NET SDK uses: actions/setup-dotnet@v5 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61982d5..5c97422 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: core.exportVariable('ACTIONS_RESULTS_URL', process.env['ACTIONS_RESULTS_URL']); - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup .NET SDK uses: actions/setup-dotnet@v5 @@ -80,7 +80,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup .NET SDK uses: actions/setup-dotnet@v5 @@ -116,7 +116,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Dotnet Setup uses: actions/setup-dotnet@v5