diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 30ac78c..62e36d6 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 1189609..0e36776 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' }}"