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