Skip to content

Commit cc8a0d8

Browse files
GitHub Action: Bump actions/checkout from 4 to 6 (#1581)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f88a30 commit cc8a0d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
private-key: ${{ secrets.MU_ACCESS_APP_PRIVATE_KEY }}
5050

5151
- name: Checkout code
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353
with:
5454
fetch-depth: 0
5555
token: ${{ steps.app-token.outputs.token }}

.github/workflows/release-basetools.yml

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

4949
steps:
5050
- name: Checkout Code
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v6
5252

5353
- name: Setup Python
5454
uses: actions/setup-python@v5
@@ -102,7 +102,7 @@ jobs:
102102

103103
steps:
104104
- name: Checkout Code
105-
uses: actions/checkout@v4
105+
uses: actions/checkout@v6
106106

107107
- name: Download Artifacts
108108
uses: actions/download-artifact@v6

.github/workflows/update-basetools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Checkout Code
122122
if: steps.pr-check.outputs.exists != 'true'
123-
uses: actions/checkout@v4
123+
uses: actions/checkout@v6
124124
with:
125125
ref: ${{ env.BRANCH_NAME }}
126126

0 commit comments

Comments
 (0)