Skip to content

Commit fb57b23

Browse files
authored
Merge pull request #1511 from internetee/renovate/actions-github-script-8.x
Update actions/github-script action to v8
2 parents b5ec44e + 24a9431 commit fb57b23

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)