Skip to content

Commit

Permalink
Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Lamb committed May 9, 2024
1 parent 6777ed9 commit 19d21a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/github_action_recipes/add-pr-comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/github_action_recipes/caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19d21a6

Please sign in to comment.