From 88e036e7f3ed5d0fc8de60861f164cc3b7b04f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 01:28:59 +0000 Subject: [PATCH] Actions(deps): 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/run_test_suite.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 30ac78ce..62e36d60 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -33,7 +33,7 @@ jobs: name: Enforce codespell-clean spelling runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: codespell-project/actions-codespell@v2 with: diff --git a/.github/workflows/run_test_suite.yml b/.github/workflows/run_test_suite.yml index 1189609e..0e367761 100644 --- a/.github/workflows/run_test_suite.yml +++ b/.github/workflows/run_test_suite.yml @@ -51,7 +51,7 @@ jobs: gcc: 15 install: binutils g++-15 gcc-15 cpp-15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Add repository "ubuntu-toolchain-r" for GCC 15 if: "${{ matrix.gcc == '15' }}"