From 70c4321ec4db45967c1e050b601eeee110969590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:42:42 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 f9b7d1b..bd2aabe 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@v6 + - uses: actions/checkout@v7 - 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