From 5755e1c890351ebdf7696ea4fdeaf5d3fe37db9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 07:10:44 +0000 Subject: [PATCH] GitHub Action: Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/backport-to-release-branch.yml | 2 +- .github/workflows/release-basetools.yml | 4 ++-- .github/workflows/update-basetools.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/backport-to-release-branch.yml b/.github/workflows/backport-to-release-branch.yml index 8b4bc3e5a2d..4a07d231868 100644 --- a/.github/workflows/backport-to-release-branch.yml +++ b/.github/workflows/backport-to-release-branch.yml @@ -49,7 +49,7 @@ jobs: private-key: ${{ secrets.MU_ACCESS_APP_PRIVATE_KEY }} - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ steps.app-token.outputs.token }} diff --git a/.github/workflows/release-basetools.yml b/.github/workflows/release-basetools.yml index ce43762714b..74b2ef8fa13 100644 --- a/.github/workflows/release-basetools.yml +++ b/.github/workflows/release-basetools.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Python uses: actions/setup-python@v5 @@ -103,7 +103,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Download Artifacts uses: actions/download-artifact@v8 diff --git a/.github/workflows/update-basetools.yml b/.github/workflows/update-basetools.yml index 715a5f88f42..87bfa19d0e3 100644 --- a/.github/workflows/update-basetools.yml +++ b/.github/workflows/update-basetools.yml @@ -120,7 +120,7 @@ jobs: - name: Checkout Code if: steps.pr-check.outputs.exists != 'true' - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ env.BRANCH_NAME }}