File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 64
64
command : pages deploy ./docs/out --project-name=${{ vars.CLOUDFLARE_DOCS_PROJECT_NAME }} --branch=${{ github.event.pull_request.head.ref }}
65
65
66
66
# Create/update comment with link to preview
67
- - uses : peter-evans/find-comment@v3
67
+ - uses : peter-evans/find-comment@v4
68
68
id : find-comment
69
69
with :
70
70
issue-number : ${{ github.event.pull_request.number }}
76
76
vars : |
77
77
sha: ${{ github.event.pull_request.head.sha }}
78
78
url: ${{ steps.publish-docs.outputs.deployment-url }}
79
- - uses : peter-evans/create-or-update-comment@v4
79
+ - uses : peter-evans/create-or-update-comment@v5
80
80
with :
81
81
token : ${{ steps.generate-token.outputs.token }}
82
82
comment-id : ${{ steps.find-comment.outputs.comment-id }}
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
# TODO: Revert to macos-latest after Sept 12025.
108
108
# github.blog/changelog/2025-07-11-upcoming-changes-to-macos-hosted-runners-macos-latest-migration-and-xcode-support-policy-updates/
109
109
# https://github.com/actions/runner-images/issues/12758
110
- runs-on : macos-14
110
+ runs-on : macos-15
111
111
defaults :
112
112
run :
113
113
working-directory : forui/example
You can’t perform that action at this time.
0 commit comments