From d3d0f1b5e3decbc2d64f90c4f24747c01962c42c Mon Sep 17 00:00:00 2001 From: Naveed Jooma Date: Wed, 10 Jul 2024 11:50:44 -0400 Subject: [PATCH] Revert back to checkout@v3 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1fa04b9..9de948e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: needs: [prepare] runs-on: [self-hosted, ARM64, macOS] strategy: - fail-fast: false + fail-fast: true matrix: include: - target: aarch64-apple-darwin @@ -114,7 +114,7 @@ jobs: env: ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: 'true' strategy: - fail-fast: false + fail-fast: true matrix: include: - target: aarch64-unknown-linux-gnu @@ -175,7 +175,7 @@ jobs: build-base \ bash - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ needs.prepare.outputs.sha }} - name: Setup rust toolchain