Skip to content

Commit dca95da

Browse files
Repo File Sync: synced file(s) with microsoft/mu_devops (#492)
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 4eaec98 commit dca95da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/submodule-release-updater/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242

4343
steps:
4444
- name: Set up Python Environment
45-
uses: actions/setup-python@v5
45+
uses: actions/setup-python@v6
4646
with:
4747
python-version: 3.12
4848

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