From d6129388012c9f793d2a1139574c61e37b398dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 23:43:11 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 6 to 7 in the pipeline group Bumps the pipeline 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: pipeline ... Signed-off-by: dependabot[bot] --- .github/workflows/asvs-gate.yml | 2 +- .github/workflows/commit-msg.yaml | 2 +- .github/workflows/commit.yaml | 2 +- .github/workflows/pre-commit.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/asvs-gate.yml b/.github/workflows/asvs-gate.yml index ec494b4..afb8d4b 100644 --- a/.github/workflows/asvs-gate.yml +++ b/.github/workflows/asvs-gate.yml @@ -13,7 +13,7 @@ jobs: asvs-checklist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/commit-msg.yaml b/.github/workflows/commit-msg.yaml index 181dda6..260e984 100644 --- a/.github/workflows/commit-msg.yaml +++ b/.github/workflows/commit-msg.yaml @@ -11,7 +11,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index 52d0487..cc42bf5 100644 --- a/.github/workflows/commit.yaml +++ b/.github/workflows/commit.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - &checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index a428d75..5613a11 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -5,7 +5,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0