Skip to content

Commit 48f054a

Browse files
authored
chore: update workflow actions and node pin (#1265)
* chore: update workflow actions and node pin * chore: update workflow actions and node pin * chore: update workflow actions and node pin
1 parent f614a77 commit 48f054a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/clear-ok-to-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pull-requests: write
1111
steps:
1212
- name: Remove ok-to-deploy label
13-
uses: actions/github-script@v7
13+
uses: actions/github-script@v9.0.0
1414
with:
1515
script: |
1616
const pr = context.payload.pull_request;

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

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.16.0
1+
24.15.0

0 commit comments

Comments
 (0)