diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 874eec6a1..86c636bf8 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -4,6 +4,6 @@ jobs: markdown-link-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: gaurav-nelson/github-action-markdown-link-check@v1 diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index ee62f0ddc..863a3d656 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -10,7 +10,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - uses: tj-actions/changed-files@v41