Skip to content

Commit 4fea16f

Browse files
Repo File Sync: synced file(s) with microsoft/mu_devops (#1501)
synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). Signed-off-by: Project Mu UEFI Bot <[email protected]> Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
1 parent 8ddff4c commit 4fea16f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/backport-to-release-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Determine Contribution Info
5858
id: backport_info
59-
uses: actions/github-script@v7
59+
uses: actions/github-script@v8
6060
with:
6161
script: |
6262
const BOLD = "\u001b[1m";
@@ -96,7 +96,7 @@ jobs:
9696
9797
- name: Check if Backport is Requested
9898
id: backport_check
99-
uses: actions/github-script@v7
99+
uses: actions/github-script@v8
100100
with:
101101
script: |
102102
if (${{ steps.backport_info.outputs.backport_needed }} === 'false') {

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656

5757
- name: Install Python
58-
uses: actions/setup-python@v5
58+
uses: actions/setup-python@v6
5959
with:
6060
python-version: '3.12'
6161

@@ -104,7 +104,7 @@ jobs:
104104

105105

106106
- name: Install Python
107-
uses: actions/setup-python@v5
107+
uses: actions/setup-python@v6
108108
with:
109109
python-version: '3.12'
110110
cache: 'pip'

.github/workflows/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)