From bae7278fa8f9b4f107cc48d00bb761459d4f0c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 01:41:10 -0700 Subject: [PATCH] build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#12472) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [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/11bd71901bbe5b1630ceea73d27597364c9af683...08c6903cd8c0fde910a37f88322edcfb5dd907a8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 dc751bb7e..f9ebb3ed5 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@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Parse issue form uses: stefanbuck/github-issue-parser@2ea9b35a8c584529ed00891a8f7e41dc46d0441e diff --git a/.github/workflows/upgrade-patch-versions.yml b/.github/workflows/upgrade-patch-versions.yml index debc252c4..abb41cd4c 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@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: ref: ${{ inputs.branch }} - uses: actions/setup-python@v5