Skip to content

Commit 2a3cf7e

Browse files
authored
Update links-test.yml (#103)
We are going to be deprecating older versions of urlchecker (and there was a change in versioning to match the upstream package so the version only appears earlier) so I wanted to update here to make sure your workflows do not break! To be clear, 0.0.27 is actually the newest release. https://github.com/urlstechie/urlchecker-action/releases/tag/0.0.27 The updated versions also run about 7x as fast, so that's an added bonus!
1 parent d3545ca commit 2a3cf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/links-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
with:
1616
fetch-depth: 1
17-
- uses: urlstechie/urlchecker-action@0.2.1
17+
- uses: urlstechie/urlchecker-action@0.0.27
1818
with:
1919
# A subfolder or path to navigate to in the present or cloned repository
2020
subfolder: /github/workspace/

0 commit comments

Comments
 (0)