Skip to content

Commit

Permalink
Switch to checkout v3 to remove node12 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
a-grealish authored and paramt committed Aug 27, 2023
1 parent 912d6f1 commit 29aa904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run LinkChecker
id: self-check
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Check URLs
uses: paramt/url-checker@master
with:
Expand Down

0 comments on commit 29aa904

Please sign in to comment.