]> 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 15:41:44 +0000 (16:41 +0100)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
.github/workflows/build-and-test-all.yml

index 03ceaac9c26d1d1159a15a8fed31b7bff6b2d1ee..c2fad631ff6978e80c07429af7984200a4169d07 100644 (file)
@@ -25,7 +25,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