From 65a33cbd9a4487f4fcbe38984b554d97d83e0179 Mon Sep 17 00:00:00 2001 From: rise0chen Date: Thu, 1 Aug 2024 03:00:28 +0000 Subject: [PATCH] a --- .github/workflows/lua.yml | 9 ++++++--- .github/workflows/python.yml | 9 ++++++--- .github/workflows/python_asyncio.yml | 9 ++++++--- .github/workflows/rust.yml | 7 +++++-- .github/workflows/wasm.yml | 5 ++++- 5 files changed, 27 insertions(+), 12 deletions(-) diff --git a/.github/workflows/lua.yml b/.github/workflows/lua.yml index 87451a1..f96dff2 100644 --- a/.github/workflows/lua.yml +++ b/.github/workflows/lua.yml @@ -6,6 +6,9 @@ permissions: contents: write pull-requests: read +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + jobs: builds_linux: strategy: @@ -23,7 +26,7 @@ jobs: container: registry.cn-shanghai.aliyuncs.com/lebai/util:14.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install Protoc @@ -68,7 +71,7 @@ jobs: runs-on: macos-13 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install Protoc @@ -101,7 +104,7 @@ jobs: runs-on: windows-2022 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install MSYS2 diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index d3e65d0..5ac2b04 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -6,6 +6,9 @@ permissions: contents: write pull-requests: read +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + jobs: builds_linux: strategy: @@ -23,7 +26,7 @@ jobs: container: registry.cn-shanghai.aliyuncs.com/lebai/util:14.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install Protoc @@ -72,7 +75,7 @@ jobs: runs-on: macos-13 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install Protoc @@ -108,7 +111,7 @@ jobs: runs-on: windows-2022 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install Protoc diff --git a/.github/workflows/python_asyncio.yml b/.github/workflows/python_asyncio.yml index 144970a..9f53ba7 100644 --- a/.github/workflows/python_asyncio.yml +++ b/.github/workflows/python_asyncio.yml @@ -6,6 +6,9 @@ permissions: contents: write pull-requests: read +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + jobs: builds_linux: strategy: @@ -23,7 +26,7 @@ jobs: container: registry.cn-shanghai.aliyuncs.com/lebai/util:14.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install Protoc @@ -78,7 +81,7 @@ jobs: runs-on: macos-13 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install Protoc @@ -120,7 +123,7 @@ jobs: runs-on: windows-2022 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install Protoc diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c00d919..03ab896 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -6,6 +6,9 @@ permissions: contents: write pull-requests: read +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + jobs: builds: strategy: @@ -15,7 +18,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install Protoc @@ -39,7 +42,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install Protoc diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index f5ad398..ae8ff7d 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -6,6 +6,9 @@ permissions: contents: write pull-requests: read +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + jobs: builds: strategy: @@ -15,7 +18,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install Protoc