From 9977d4dc109de0c2a7091f77c48e456eb6eb5f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 20:41:53 +0530 Subject: [PATCH] build(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#12906) Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [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/8e8c483db84b4bee98b60c0593521ed34d9990e8...de0fac2e4500dabe0009e67214ff5f5447ce83dd) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/auto-label-os.yml | 2 +- .github/workflows/upgrade-patch-versions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-label-os.yml b/.github/workflows/auto-label-os.yml index 698a02dd9..8ae77acca 100644 --- a/.github/workflows/auto-label-os.yml +++ b/.github/workflows/auto-label-os.yml @@ -13,7 +13,7 @@ jobs: issues: write steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Parse issue form uses: stefanbuck/github-issue-parser@10dcc54158ba4c137713d9d69d70a2da63b6bda3 diff --git a/.github/workflows/upgrade-patch-versions.yml b/.github/workflows/upgrade-patch-versions.yml index d68683a53..a2f8e73c6 100644 --- a/.github/workflows/upgrade-patch-versions.yml +++ b/.github/workflows/upgrade-patch-versions.yml @@ -11,7 +11,7 @@ jobs: update-patch-versions: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: ref: ${{ inputs.branch }} - uses: actions/setup-python@v6