Skip to content

Commit

Permalink
Merge pull request #105 from edvinskis/update-workflow-files
Browse files Browse the repository at this point in the history
Update actions/checkout from v3 to v4
  • Loading branch information
mwakok authored Jul 16, 2024
2 parents 694425e + 765f74a commit 14232fe
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 14232fe

Please sign in to comment.