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: rec-4.8.6~2^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8423481cf81a2ac3eaddc75397d684e85e11fcf;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 895cde2350..70d9250f96 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -36,7 +36,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: recursor-${{ matrix.sanitizers }}-ccache-${{ steps.get-stamp.outputs.stamp }}