Skip to content

Commit 1c56a76

Browse files
committed
chore: update workflow actions and node pin
1 parent eb2ae36 commit 1c56a76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-fork-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# pull-requests: write, so we can't post PR comments here.
2222
- name: Fetch PR info
2323
id: pr
24-
uses: actions/github-script@v7
24+
uses: actions/github-script@v9.0.0
2525
with:
2626
script: |
2727
const inputRaw = core.getInput("pr_number") || (context.payload.inputs && context.payload.inputs.pr_number) || "";

0 commit comments

Comments
 (0)