]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Switch from set-output tot GITHUB_OUTPUT
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 6 Dec 2022 17:39:08 +0000 (12:39 -0500)
committerAlexis Romero <alexis.romero@open-xchange.com>
Mon, 6 Mar 2023 16:46:45 +0000 (17:46 +0100)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
.github/workflows/build-and-test-all.yml
.github/workflows/builder-dispatch.yml

index bfd7a43cb20c5006584863849872903e5585bb18..4d9b70f0ef25e1a6869ff1044b46a8486dad23b4 100644 (file)
@@ -32,7 +32,7 @@ jobs:
       - name: get timestamp for cache
         id: get-stamp
         run: |
-          echo "::set-output name=stamp::$(/bin/date +%s)"
+          echo "stamp=$(/bin/date +%s)" >> "$GITHUB_OUTPUT"
         shell: bash
       - name: let GitHub cache our ccache data
         uses: actions/cache@v3.0.11
index 2034e2f7b509b38e82ffd4ac6729e88ad75bedf5..159e76e332b7799aef67bfc353f2c5ed58ddfb96 100644 (file)
@@ -49,7 +49,7 @@ jobs:
       # so that the command remains readable, because jo is simpler to use.
       - run: sudo apt-get update && sudo apt-get -y install jo
       - id: get-oslist
-        run: echo "::set-output name=oslist::"$(jo -a ${{ github.event.inputs.os }})
+        run: echo "oslist=$(jo -a ${{ github.event.inputs.os }})" >> "$GITHUB_OUTPUT"
 
   build:
     needs: prepare