Skip to content

Commit 86465b7

Browse files
Update actions/github-script action to v8
1 parent da7f83e commit 86465b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)