diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index da685682e..01a6bc1d7 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@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: