Skip to content

Commit 2b716cc

Browse files
Merge pull request #1720 from codatio/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 6 to 8
2 parents 0e29daa + 5337f30 commit 2b716cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
continue-on-error: true # Ensure the workflow continues even if linkinator finds broken links
7575

7676
- name: Delete Previous Comments
77-
uses: actions/github-script@v6
77+
uses: actions/github-script@v8
7878
if: github.event_name == 'pull_request'
7979
with:
8080
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -97,7 +97,7 @@ jobs:
9797
}
9898
9999
- name: Filter and Post Results
100-
uses: actions/github-script@v6
100+
uses: actions/github-script@v8
101101
if: github.event_name == 'pull_request'
102102
with:
103103
github-token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)