Skip to content

Commit 29aa904

Browse files
a-grealishparamt
authored andcommitted
Switch to checkout v3 to remove node12 warning
1 parent 912d6f1 commit 29aa904

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
- name: Run LinkChecker
1717
id: self-check
1818
uses: ./

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
- name: Check URLs
1717
uses: paramt/url-checker@master
1818
with:

0 commit comments

Comments
 (0)