Skip to content

Commit 24a9431

Browse files
Update actions/github-script action to v8
1 parent b5ec44e commit 24a9431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-complete.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 💬 Post deploy info to PR
12-
uses: actions/github-script@v7
12+
uses: actions/github-script@v8
1313
with:
1414
script: |
1515
const prNumber = '${{ github.event.client_payload.pr_number }}';

0 commit comments

Comments
 (0)