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

index a743716cd66ac2471a45a1e5d1891d9b75a4e173..5afd14cb0f90c6bf44f7ad8c697cc07a0920ed60 100644 (file)
@@ -22,7 +22,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