From f93830846d47d0fb0a73af5798bbdeaa0ac95a78 Mon Sep 17 00:00:00 2001 From: vsoch Date: Fri, 25 Mar 2022 22:13:59 -0600 Subject: [PATCH 1/2] testing (hopefully) faster urlchecker updated with multiprocessing Signed-off-by: vsoch --- .github/workflows/linting.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index da685682e..51084d500 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -15,7 +15,9 @@ jobs: files: ./_posts ./pages ./README.md - name: URLs-checker - uses: urlstechie/urlchecker-action@0.0.25 + + # Will be updated to 0.0.26 + uses: urlstechie/urlchecker-action@test/multiprocessing with: # A comma-separated list of file types to cover in the URL checks file_types: .md,.py,.yml From d653cf9da9a8952ceb044d803f8f9c2ccc417ab7 Mon Sep 17 00:00:00 2001 From: vsoch Date: Sun, 27 Mar 2022 15:48:01 -0600 Subject: [PATCH 2/2] updating github actions to use releases Signed-off-by: vsoch --- .github/workflows/linting.yaml | 2 +- .github/workflows/update-contributors.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 51084d500..01a6bc1d7 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -17,7 +17,7 @@ jobs: - name: URLs-checker # Will be updated to 0.0.26 - uses: urlstechie/urlchecker-action@test/multiprocessing + uses: urlstechie/urlchecker-action@0.0.26 with: # A comma-separated list of file types to cover in the URL checks file_types: .md,.py,.yml diff --git a/.github/workflows/update-contributors.yaml b/.github/workflows/update-contributors.yaml index 708c7f666..9a3f55fb7 100644 --- a/.github/workflows/update-contributors.yaml +++ b/.github/workflows/update-contributors.yaml @@ -15,7 +15,7 @@ jobs: - name: Tributors Update # Important! Update to release https://github.com/con/tributors - uses: con/tributors@0.0.20 + uses: con/tributors@0.0.21 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: