Skip to content

Commit 50bf9db

Browse files
vsochnicole-brewer
authored andcommitted
testing (hopefully) faster urlchecker updated with multiprocessing (USRSE#768)
* testing (hopefully) faster urlchecker updated with multiprocessing Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent b11edd1 commit 50bf9db

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/linting.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
files: ./_posts ./pages ./README.md
1616

1717
- name: URLs-checker
18-
uses: urlstechie/urlchecker-action@0.0.25
18+
19+
# Will be updated to 0.0.26
20+
uses: urlstechie/urlchecker-action@0.0.26
1921
with:
2022
# A comma-separated list of file types to cover in the URL checks
2123
file_types: .md,.py,.yml

.github/workflows/update-contributors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Tributors Update
1616

1717
# Important! Update to release https://github.com/con/tributors
18-
uses: con/tributors@0.0.20
18+
uses: con/tributors@0.0.21
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
with:

0 commit comments

Comments
 (0)