Skip to content

Commit

Permalink
Update actions/checkout from v3 to v4
Browse files Browse the repository at this point in the history
The actions/checkout@v3 action uses Node.js 16, which is deprecated. Updated to actions/checkout@v4 to ensure compatibility with Node.js 20.
  • Loading branch information
edvinskis committed Jul 15, 2024
1 parent 694425e commit 765f74a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Link Checker
uses: lycheeverse/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links_fail_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Link Checker
uses: lycheeverse/[email protected]
Expand Down

0 comments on commit 765f74a

Please sign in to comment.