From 56c91edb2dc32929a8da736a6cf7f1aaa80d5a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 12:05:03 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 in the github-actions group Bumps the github-actions group with 1 update: [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/ci.yml | 2 +- .github/workflows/deploy-packages.yml | 2 +- .github/workflows/deploy-planner.yml | 2 +- .github/workflows/deploy-site.yml | 2 +- .github/workflows/deploy-telemetry.yml | 2 +- .github/workflows/gen-catalog.yml | 2 +- .github/workflows/gen-design-notes.yml | 2 +- .github/workflows/gen-usage.yml | 6 +++--- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38ce7762..c00683c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/deploy-packages.yml b/.github/workflows/deploy-packages.yml index d9e55044..09440110 100644 --- a/.github/workflows/deploy-packages.yml +++ b/.github/workflows/deploy-packages.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-latest steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/deploy-planner.yml b/.github/workflows/deploy-planner.yml index 1d15c117..b7bc46af 100644 --- a/.github/workflows/deploy-planner.yml +++ b/.github/workflows/deploy-planner.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 973079b7..6e1d5e84 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/deploy-telemetry.yml b/.github/workflows/deploy-telemetry.yml index 4cbcf43a..cea3b531 100644 --- a/.github/workflows/deploy-telemetry.yml +++ b/.github/workflows/deploy-telemetry.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/gen-catalog.yml b/.github/workflows/gen-catalog.yml index 5044cb44..acf8618e 100644 --- a/.github/workflows/gen-catalog.yml +++ b/.github/workflows/gen-catalog.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/gen-design-notes.yml b/.github/workflows/gen-design-notes.yml index 0a5a8a71..d87353b4 100644 --- a/.github/workflows/gen-design-notes.yml +++ b/.github/workflows/gen-design-notes.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/gen-usage.yml b/.github/workflows/gen-usage.yml index b146f966..861b6a6d 100644 --- a/.github/workflows/gen-usage.yml +++ b/.github/workflows/gen-usage.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning - name: Get .NET @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning - name: Get .NET @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning - name: Get .NET