From 08441e66bf824463a122c60de0b3bc10ca34b18f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 21:10:17 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/auto-pr-main-live.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-pr-main-live.yml b/.github/workflows/auto-pr-main-live.yml index 3e688b5..f9b7d1b 100644 --- a/.github/workflows/auto-pr-main-live.yml +++ b/.github/workflows/auto-pr-main-live.yml @@ -12,7 +12,7 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'microsoftdocs/openapi-docs-pr' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: gh pr create -B live -t "Merge main to live" -b "This PR was created automatically by a GitHub Action." env: GH_TOKEN: ${{ secrets.PR_SYNC_TOKEN }} \ No newline at end of file