Skip to content

Commit 8737550

Browse files
authored
Merge branch 'main' into feat/ios-html
2 parents afdfe91 + 59e9588 commit 8737550

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
matrix:
4444
arch: [new, old]
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
- uses: oven-sh/setup-bun@v2
4848

4949
- name: Install dependencies (bun)

.github/workflows/ios-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
matrix:
5555
arch: [new, old]
5656
steps:
57-
- uses: actions/checkout@v5
57+
- uses: actions/checkout@v6
5858
- uses: oven-sh/setup-bun@v2
5959
- name: Setup Xcode
6060
uses: maxim-lobanov/setup-xcode@v1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id-token: write
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727
- name: Setup Bun.js

0 commit comments

Comments
 (0)