From b8bae6867e66433bd6847f74e15b60ee52c17216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 00:03:31 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codespell.yml | 2 +- .github/workflows/miss_hit_quality.yml | 2 +- .github/workflows/miss_hit_style.yml | 2 +- .github/workflows/moxunit.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 9df712a..4268ca8 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -15,5 +15,5 @@ jobs: codespell: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: codespell-project/actions-codespell@master diff --git a/.github/workflows/miss_hit_quality.yml b/.github/workflows/miss_hit_quality.yml index a1f8337..8e81c02 100644 --- a/.github/workflows/miss_hit_quality.yml +++ b/.github/workflows/miss_hit_quality.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true fetch-depth: 1 diff --git a/.github/workflows/miss_hit_style.yml b/.github/workflows/miss_hit_style.yml index f20d275..176450c 100644 --- a/.github/workflows/miss_hit_style.yml +++ b/.github/workflows/miss_hit_style.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true fetch-depth: 1 diff --git a/.github/workflows/moxunit.yml b/.github/workflows/moxunit.yml index 2ba9df2..09aa4ec 100644 --- a/.github/workflows/moxunit.yml +++ b/.github/workflows/moxunit.yml @@ -14,7 +14,7 @@ jobs: steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true fetch-depth: 1