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