diff --git a/src/content/docs/github_action_recipes/add-pr-comment.md b/src/content/docs/github_action_recipes/add-pr-comment.md index d3c3ae1..7c12199 100644 --- a/src/content/docs/github_action_recipes/add-pr-comment.md +++ b/src/content/docs/github_action_recipes/add-pr-comment.md @@ -18,7 +18,7 @@ jobs: check-links: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: lycheeverse/lychee-action@v1 - name: Comment Broken Links uses: marocchino/sticky-pull-request-comment@v2 diff --git a/src/content/docs/github_action_recipes/caching.md b/src/content/docs/github_action_recipes/caching.md index 20e0e4c..0fc4b64 100644 --- a/src/content/docs/github_action_recipes/caching.md +++ b/src/content/docs/github_action_recipes/caching.md @@ -34,7 +34,7 @@ jobs: restore-keys: cache-lychee- # check URLs with Lychee - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Lychee URL checker uses: lycheeverse/lychee-action@v1