We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afdfe91 + 59e9588 commit 8737550Copy full SHA for 8737550
3 files changed
.github/workflows/android-build.yml
@@ -43,7 +43,7 @@ jobs:
43
matrix:
44
arch: [new, old]
45
steps:
46
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
47
- uses: oven-sh/setup-bun@v2
48
49
- name: Install dependencies (bun)
.github/workflows/ios-build.yml
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
- name: Setup Xcode
60
uses: maxim-lobanov/setup-xcode@v1
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
id-token: write
22
23
- name: Checkout
24
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
25
with:
26
fetch-depth: 0
27
- name: Setup Bun.js
0 commit comments