We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d10644 commit 40e9887Copy full SHA for 40e9887
.github/workflows/validate-markdown.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout Repo
22
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
23
with:
24
ref: ${{ github.event.pull_request.head.sha }}
25
- name: Check broken Paths
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
- name: Run Check URLs Country Locale
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
- name: Run Check Broken URLs
0 commit comments