Modernize
authorAnthony Green <green@moxielogic.com>
Thu, 2 Feb 2023 21:04:34 +0000 (16:04 -0500)
committerAnthony Green <green@moxielogic.com>
Thu, 2 Feb 2023 21:04:34 +0000 (16:04 -0500)
.github/workflows/build.yml

index cbbf62fa9e777e0e4fa9d681811d2451857ee9c4..3f198e20f2b2ec516b9b134c70fed7c9b18561a3 100644 (file)
@@ -170,10 +170,10 @@ jobs:
           ssh -o StrictHostKeyChecking=no -o ConnectTimeout=10 -o ConnectionAttempts=3 -i /tmp/cfk -p ${{ matrix.CFARM_PORT }} ${{ secrets.CFARM_USERNAME }}@${{ matrix.CFARM_HOST }} "mkdir -p ${{ env.BUILD_DIR }}"
           if test $? -ne 0; then
             echo "Remote host is unavailable."
-            echo '::set-output name=HOST_OK::NO'
+            echo "HOST_OK=NO" >> $GITHUB_OUTPUT
           else
             echo "Remote host is available."
-            echo '::set-output name=HOST_OK::YES'
+            echo "HOST_OK=YES" >> $GITHUB_OUTPUT
           fi
           set -e
 
@@ -402,7 +402,7 @@ jobs:
         with:
           platform: x64
           packages: wget make dejagnu automake autoconf libtool texinfo unzip dos2unix
-      - uses: ilammy/msvc-dev-cmd@v1.8.1
+      - uses: ilammy/msvc-dev-cmd@v1.12.0
         with:
           arch: ${{ matrix.tools }}