From 83318c58e07010c3890c56b8b046cb1e85a8dcb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 03:52:21 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.1 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 6.0.3. - [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/b4ffde65f46336ab88eb53be808477a3936bae11...df4cb1c069e1874edd31b4311f1884172cec0e10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/windows-validation.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9f0935..374f648 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout # actions/checkout@v4 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: bash -n (parse all shell scripts) shell: bash @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: fetch-depth: 0 - name: gitleaks diff --git a/.github/workflows/windows-validation.yml b/.github/workflows/windows-validation.yml index 4e2b452..6fc117a 100644 --- a/.github/workflows/windows-validation.yml +++ b/.github/workflows/windows-validation.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout # actions/checkout@v4 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # ── 1. Parser (PowerShell 7) ────────────────────────────────────────── - name: Parser check (pwsh 7)