diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index f0959de..9ce1db1 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -11,6 +11,6 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Codespell uses: codespell-project/actions-codespell@v2 diff --git a/.github/workflows/run_unit_tests.yml b/.github/workflows/run_unit_tests.yml index b00214a..b3b24f5 100644 --- a/.github/workflows/run_unit_tests.yml +++ b/.github/workflows/run_unit_tests.yml @@ -25,7 +25,7 @@ jobs: - os: windows-latest cc: cl steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install build and test dependencies (Linux) if: startsWith(matrix.os, 'ubuntu')