From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 6 Dec 2022 17:39:08 +0000 (-0500) Subject: Switch from set-output tot GITHUB_OUTPUT X-Git-Tag: auth-4.7.4~8^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e7f651edbc680f9feeb09b1232edbbd2ab940eb;p=thirdparty%2Fpdns.git Switch from set-output tot GITHUB_OUTPUT Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 03ceaac9c2..c2fad631ff 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -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