We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e29daa + 5337f30 commit 2b716ccCopy full SHA for 2b716cc
1 file changed
.github/workflows/check-links.yml
@@ -74,7 +74,7 @@ jobs:
74
continue-on-error: true # Ensure the workflow continues even if linkinator finds broken links
75
76
- name: Delete Previous Comments
77
- uses: actions/github-script@v6
+ uses: actions/github-script@v8
78
if: github.event_name == 'pull_request'
79
with:
80
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -97,7 +97,7 @@ jobs:
97
}
98
99
- name: Filter and Post Results
100
101
102
103
0 commit comments