From: Soeren Apel Date: Sat, 24 Aug 2024 19:05:16 +0000 (+0200) Subject: build.yml: Allow Node20 for sigrok-cli AppImage build X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=3e5ea0c65425f50a5edef230e579b4a98d40aac9;p=sigrok-build.git build.yml: Allow Node20 for sigrok-cli AppImage build --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 312786c..e293c9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -334,7 +334,7 @@ jobs: ARTIFACT_BIN_NAME: "sigrok-cli" ARTIFACT_VERSION: "NIGHTLY" # See https://github.com/actions/checkout/issues/1590#issuecomment-2219382750 - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true +# ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: - name: Update dependencies @@ -358,7 +358,7 @@ jobs: ./sigrok-appimage-build-dependencies.sh - name: Checkout sigrok-cli - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: sigrokproject/sigrok-cli path: sigrok-cli