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 b11edd1 commit 50bf9dbCopy full SHA for 50bf9db
.github/workflows/linting.yaml
@@ -15,7 +15,9 @@ jobs:
15
files: ./_posts ./pages ./README.md
16
17
- name: URLs-checker
18
- uses: urlstechie/urlchecker-action@0.0.25
+
19
+ # Will be updated to 0.0.26
20
+ uses: urlstechie/urlchecker-action@0.0.26
21
with:
22
# A comma-separated list of file types to cover in the URL checks
23
file_types: .md,.py,.yml
.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 }}
0 commit comments