Skip to content

Commit 1e92115

Browse files
author
Jacob Lamb
authored
Update actions/checkout to version 4 (#224)
1 parent c053181 commit 1e92115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
linkChecker:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232

3333
- name: Link Checker
3434
id: lychee
@@ -65,7 +65,7 @@ jobs:
6565
linkChecker:
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@v3
68+
- uses: actions/checkout@v4
6969
7070
- name: Link Checker
7171
uses: lycheeverse/[email protected]

0 commit comments

Comments
 (0)