From e9b61b9ff7bf189a829566230f5b560130f94220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:34:00 +0000 Subject: [PATCH] ci: bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ee0675..85c25ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: if: needs.release-ready.outputs.ready == 'true' runs-on: windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - id: skrog uses: ./ - name: docker targets the Skrog engine @@ -88,7 +88,7 @@ jobs: if: needs.release-ready.outputs.ready == 'true' runs-on: windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - id: skrog uses: ./ with: @@ -113,7 +113,7 @@ jobs: if: needs.release-ready.outputs.ready == 'true' runs-on: windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: run the script the way a GitLab before_script would shell: pwsh env: @@ -128,7 +128,7 @@ jobs: name: PSScriptAnalyzer runs-on: windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - shell: pwsh run: | $findings = Invoke-ScriptAnalyzer -Path scripts -Recurse -Severity Error, Warning -ExcludeRule PSAvoidUsingWriteHost