Skip to content

Commit a37763b

Browse files
authored
Merge pull request #2 from objectstack-ai/dependabot/github_actions/actions/github-script-8
2 parents 6b06f27 + 8a294e8 commit a37763b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v6
1818

1919
- name: Comment PR with deployment info
20-
uses: actions/github-script@v7
20+
uses: actions/github-script@v8
2121
with:
2222
script: |
2323
const prNumber = context.issue.number;

0 commit comments

Comments
 (0)