From 2a8ebce711be43a2a10596e1ae9628424d1ec0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 05:22:05 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 233019b..3e688b5 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@v4 + - uses: actions/checkout@v5 - 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