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-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12629%2Fhead;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 e720f26cf8..5a8073240c 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 }}