From 97dcf0c06a9a05751cbd1ddce373eece4147126a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:07:29 +0000 Subject: [PATCH] ci(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/Build_DocsSite.yml | 2 +- .github/workflows/build-and-release.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish-psgallery.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Build_DocsSite.yml b/.github/workflows/Build_DocsSite.yml index bba76ba..170ca7e 100644 --- a/.github/workflows/Build_DocsSite.yml +++ b/.github/workflows/Build_DocsSite.yml @@ -30,7 +30,7 @@ jobs: pages: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 4a987bf..c72f805 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Full history for git log and tags diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ceda24..a3c0109 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup PowerShell uses: bjompen/UpdatePWSHAction@v1.0.3 @@ -54,7 +54,7 @@ jobs: actions: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run PSScriptAnalyzer uses: microsoft/psscriptanalyzer-action@v1.1 diff --git a/.github/workflows/publish-psgallery.yml b/.github/workflows/publish-psgallery.yml index 9f21b32..a2c5ed4 100644 --- a/.github/workflows/publish-psgallery.yml +++ b/.github/workflows/publish-psgallery.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0