Skip to content

Commit dd82750

Browse files
committed
Bump actions/github-script from 7 to 8
1 parent 233a144 commit dd82750

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.sync/workflows/leaf/backport-to-release-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ on:
5858

5959
- name: Determine Contribution Info
6060
id: backport_info
61-
uses: actions/github-script@v7
61+
uses: actions/github-script@v8
6262
with:
6363
script: |
6464
const BOLD = "\u001b[1m";
@@ -98,7 +98,7 @@ on:
9898
9999
- name: Check if Backport is Requested
100100
id: backport_check
101-
uses: actions/github-script@v7
101+
uses: actions/github-script@v8
102102
with:
103103
script: |
104104
if (${{ steps.backport_info.outputs.backport_needed }} === 'false') {

.sync/workflows/leaf/pull-request-formatting-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Check for Validation Errors
5959
if: env.VALIDATION_ERROR
60-
uses: actions/github-script@v7
60+
uses: actions/github-script@v8
6161
with:
6262
script: |
6363
core.setFailed('PR Formatting Validation Check Failed!')

0 commit comments

Comments
 (0)