Skip to content

Commit de4eaa5

Browse files
chore(deps): update github actions - major revisions (#703)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45eeef2 commit de4eaa5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs_preview_deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
command: pages deploy ./docs/out --project-name=${{ vars.CLOUDFLARE_DOCS_PROJECT_NAME }} --branch=${{ github.event.pull_request.head.ref }}
6565

6666
# Create/update comment with link to preview
67-
- uses: peter-evans/find-comment@v3
67+
- uses: peter-evans/find-comment@v4
6868
id: find-comment
6969
with:
7070
issue-number: ${{ github.event.pull_request.number }}
@@ -76,7 +76,7 @@ jobs:
7676
vars: |
7777
sha: ${{ github.event.pull_request.head.sha }}
7878
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
8080
with:
8181
token: ${{ steps.generate-token.outputs.token }}
8282
comment-id: ${{ steps.find-comment.outputs.comment-id }}

.github/workflows/forui_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
# TODO: Revert to macos-latest after Sept 12025.
108108
# github.blog/changelog/2025-07-11-upcoming-changes-to-macos-hosted-runners-macos-latest-migration-and-xcode-support-policy-updates/
109109
# https://github.com/actions/runner-images/issues/12758
110-
runs-on: macos-14
110+
runs-on: macos-15
111111
defaults:
112112
run:
113113
working-directory: forui/example

0 commit comments

Comments
 (0)