Skip to content

Commit bf861bb

Browse files
Merge pull request #280 from nocodb/renovate/actions-github-script-8.x
2 parents 7f1756f + cc74b59 commit bf861bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify-build.yml

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

3333
- name: Update PR Comment (Running)
3434
if: github.event_name == 'pull_request'
35-
uses: actions/github-script@v7
35+
uses: actions/github-script@v8
3636
with:
3737
script: |
3838
const { owner, repo } = context.repo;
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Update PR Comment (Final Status)
9090
if: github.event_name == 'pull_request'
91-
uses: actions/github-script@v7
91+
uses: actions/github-script@v8
9292
with:
9393
script: |
9494
const { owner, repo } = context.repo;

0 commit comments

Comments
 (0)