From 19622c09908afc5830bd332d4881db68c7c2fabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 03:08:25 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20actions/checkout=20from=204?= =?UTF-8?q?=20to=206?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/api-breaking-changes.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api-breaking-changes.yaml b/.github/workflows/api-breaking-changes.yaml index dcd07fe4f..edc5a0b2c 100644 --- a/.github/workflows/api-breaking-changes.yaml +++ b/.github/workflows/api-breaking-changes.yaml @@ -22,14 +22,14 @@ jobs: timeout-minutes: 15 steps: - name: Checkout PR head - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: head fetch-depth: 0 persist-credentials: false - name: Checkout base ref - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.base_ref }} path: base