From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 9 Mar 2023 15:47:41 +0000 (-0500) Subject: Use actions/cache@v3 X-Git-Tag: auth-4.7.5~9^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d61450a65e4a514e4398e2bd93bdfa55b8f9242;p=thirdparty%2Fpdns.git Use actions/cache@v3 --- diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index d3d0fa2188..ff9f0dc6dd 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -29,7 +29,7 @@ jobs: echo "stamp=$(/bin/date +%s)" >> "$GITHUB_OUTPUT" shell: bash - name: let GitHub cache our ccache data - uses: actions/cache@v3.0.11 + uses: actions/cache@v3 with: path: ~/.ccache key: auth-ccache-${{ steps.get-stamp.outputs.stamp }}