From ecdd595bea050bae48891370924a8d3c1549b278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:55:31 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [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/v2...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/miss_hit.yml | 2 +- .github/workflows/moxunit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/miss_hit.yml b/.github/workflows/miss_hit.yml index 50c1df4..9ecb4d5 100644 --- a/.github/workflows/miss_hit.yml +++ b/.github/workflows/miss_hit.yml @@ -14,7 +14,7 @@ jobs: steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: submodules: true fetch-depth: 1 diff --git a/.github/workflows/moxunit.yml b/.github/workflows/moxunit.yml index 3d68204..7186991 100644 --- a/.github/workflows/moxunit.yml +++ b/.github/workflows/moxunit.yml @@ -14,7 +14,7 @@ jobs: steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: submodules: true fetch-depth: 1