From 8efb8f48e12d6b7f3d687aa2983e614a51627d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:10:02 +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/ci_v26.0.yml | 2 +- .github/workflows/ci_v27.0.yml | 2 +- .github/workflows/ci_v27.1.yml | 2 +- .github/workflows/ci_v28.0.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_v26.0.yml b/.github/workflows/ci_v26.0.yml index 3048581..9eb663e 100644 --- a/.github/workflows/ci_v26.0.yml +++ b/.github/workflows/ci_v26.0.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Check for misspellings uses: codespell-project/actions-codespell@v2 diff --git a/.github/workflows/ci_v27.0.yml b/.github/workflows/ci_v27.0.yml index 9a2f3db..daf7bfe 100644 --- a/.github/workflows/ci_v27.0.yml +++ b/.github/workflows/ci_v27.0.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Check for misspellings uses: codespell-project/actions-codespell@v2 diff --git a/.github/workflows/ci_v27.1.yml b/.github/workflows/ci_v27.1.yml index 084af47..a001495 100644 --- a/.github/workflows/ci_v27.1.yml +++ b/.github/workflows/ci_v27.1.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Check for misspellings uses: codespell-project/actions-codespell@v2 diff --git a/.github/workflows/ci_v28.0.yml b/.github/workflows/ci_v28.0.yml index e90b490..337c707 100644 --- a/.github/workflows/ci_v28.0.yml +++ b/.github/workflows/ci_v28.0.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Check for misspellings uses: codespell-project/actions-codespell@v2