Skip to content

Commit d3d0f1b

Browse files
committed
Revert back to checkout@v3
1 parent b758e61 commit d3d0f1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
needs: [prepare]
7171
runs-on: [self-hosted, ARM64, macOS]
7272
strategy:
73-
fail-fast: false
73+
fail-fast: true
7474
matrix:
7575
include:
7676
- target: aarch64-apple-darwin
@@ -114,7 +114,7 @@ jobs:
114114
env:
115115
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: 'true'
116116
strategy:
117-
fail-fast: false
117+
fail-fast: true
118118
matrix:
119119
include:
120120
- target: aarch64-unknown-linux-gnu
@@ -175,7 +175,7 @@ jobs:
175175
build-base \
176176
bash
177177
- name: Checkout Code
178-
uses: actions/checkout@v4
178+
uses: actions/checkout@v3
179179
with:
180180
ref: ${{ needs.prepare.outputs.sha }}
181181
- name: Setup rust toolchain

0 commit comments

Comments
 (0)