From ac7673ad8404cc8c0b4ad39ac90299718e3384ce Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 4 Jul 2024 18:46:12 +0900 Subject: [PATCH 1/3] ci-fix-node16 --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1b7dde0a08d..48e99c8e6fc2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,11 +91,12 @@ jobs: SCCACHE_GHA_ENABLED: true RUSTC_WRAPPER: sccache CARGO_INCREMENTAL: 0 - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: - name: Checkout uses: actions/checkout@v3 + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true with: submodules: recursive From 054ac3da72d0d408c9d589b97f00c557f891a099 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 4 Jul 2024 18:49:09 +0900 Subject: [PATCH 2/3] update --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48e99c8e6fc2..a63ba6d5611a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,10 +93,11 @@ jobs: CARGO_INCREMENTAL: 0 steps: + - name: Switch to node16 + run: cd $RUNNER_HOME/actions-runner/externals && rm -rf node20 && ln -s node16 node20 + - name: Checkout uses: actions/checkout@v3 - env: - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true with: submodules: recursive From 843611a342b8cba94175efcc64d472290040391f Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 4 Jul 2024 18:51:55 +0900 Subject: [PATCH 3/3] update --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a63ba6d5611a..73e72961caf6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,11 +91,9 @@ jobs: SCCACHE_GHA_ENABLED: true RUSTC_WRAPPER: sccache CARGO_INCREMENTAL: 0 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: - - name: Switch to node16 - run: cd $RUNNER_HOME/actions-runner/externals && rm -rf node20 && ln -s node16 node20 - - name: Checkout uses: actions/checkout@v3 with: @@ -192,6 +190,7 @@ jobs: SCCACHE_GHA_ENABLED: true RUSTC_WRAPPER: sccache CARGO_INCREMENTAL: 0 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: - name: Checkout