From 6275af53acb419ae78c13661b6692934f7d3585a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:09:07 +0000 Subject: [PATCH] chore(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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b943c2e..f64772c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: if: "!startsWith(github.event.head_commit.message, 'chore: update manifest')" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install PSScriptAnalyzer shell: pwsh @@ -158,7 +158,7 @@ jobs: if: "!startsWith(github.event.head_commit.message, 'chore: update manifest')" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Validate task XML can be registered shell: pwsh @@ -234,7 +234,7 @@ jobs: !startsWith(github.event.head_commit.message, 'chore: update manifest') steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # >=2 so the bot's manifest commit can git-rev-parse its parent. # Was 1, which broke the commit-message subject and emitted