]> sigrok.org Git - sigrok-build.git/commitdiff
build.yml: Allow Node20 for sigrok-cli AppImage build
authorSoeren Apel <redacted>
Sat, 24 Aug 2024 19:05:16 +0000 (21:05 +0200)
committerSoeren Apel <redacted>
Sat, 24 Aug 2024 19:05:16 +0000 (21:05 +0200)
.github/workflows/build.yml

index 312786c0c063c3ec919c987498497d2550e90fee..e293c9f23aac68f98f9b0cacb0c611014aef3ea7 100644 (file)
@@ -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