Skip to content

Commit 0ebfe3c

Browse files
authored
Merge pull request #263 from gperdrizet/dependabot/github_actions/actions/github-script-9
Bump actions/github-script from 8 to 9
2 parents 94d8442 + 87b5169 commit 0ebfe3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Comment on PR
4949
if: github.event_name == 'pull_request'
50-
uses: actions/github-script@v8
50+
uses: actions/github-script@v9
5151
with:
5252
script: |
5353
const prNumber = context.issue.number;

0 commit comments

Comments
 (0)