]> 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>
Thu, 9 Mar 2023 13:58:21 +0000 (14:58 +0100)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
.github/workflows/build-and-test-all.yml

index 876f135986b8f93468fc2035b4d04e59fec82626..2075044593a53ecc8b693f9acf31bc238b8d9624 100644 (file)
@@ -29,7 +29,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