diff --git a/.github/workflows/cron-linkcheck.yml b/.github/workflows/cron-linkcheck.yml index 239735c..a9fe455 100644 --- a/.github/workflows/cron-linkcheck.yml +++ b/.github/workflows/cron-linkcheck.yml @@ -8,7 +8,7 @@ jobs: linkChecker: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Link Checker id: lychee diff --git a/.github/workflows/linkcheck-on-pr.yml b/.github/workflows/linkcheck-on-pr.yml index e26f697..46dec56 100644 --- a/.github/workflows/linkcheck-on-pr.yml +++ b/.github/workflows/linkcheck-on-pr.yml @@ -6,7 +6,7 @@ jobs: linkChecker: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Link Checker id: lychee