Skip to content

Commit

Permalink
Update actions/checkout to version 4 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdalamb committed Apr 11, 2024
1 parent c053181 commit 1e92115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Link Checker
id: lychee
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Link Checker
uses: lycheeverse/lychee-action@v1.9.0
Expand Down

0 comments on commit 1e92115

Please sign in to comment.