Skip to content

Commit a39be34

Browse files
chore(deps): bump actions/github-script from 8 to 9 in the all-actions group (#93)
1 parent e42a9db commit a39be34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: 💬 Comment in progress
27-
uses: actions/github-script@v8
27+
uses: actions/github-script@v9
2828
with:
2929
script: |
3030
const marker = '<!-- pr-validation-bot -->';
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: 💬 Comment on PR
152152
if: always()
153-
uses: actions/github-script@v8
153+
uses: actions/github-script@v9
154154
with:
155155
script: |
156156
const marker = '<!-- pr-validation-bot -->';

0 commit comments

Comments
 (0)