diff --git a/.github/workflows/check_md_links.yml b/.github/workflows/check_md_links.yml index 5c1f845..297cc82 100644 --- a/.github/workflows/check_md_links.yml +++ b/.github/workflows/check_md_links.yml @@ -13,5 +13,5 @@ jobs: markdown-link-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: gaurav-nelson/github-action-markdown-link-check@v1 diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 99cc5d7..4a89b2e 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@v5 + - uses: actions/checkout@v6 - uses: codespell-project/actions-codespell@master diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 45773b9..6ef6940 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true fetch-depth: 0