]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use actions/cache@v3 12643/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 9 Mar 2023 15:47:41 +0000 (10:47 -0500)
committerAlexis Romero <alexis.romero@open-xchange.com>
Mon, 13 Mar 2023 14:49:28 +0000 (15:49 +0100)
.github/workflows/build-and-test-all.yml

index 6b71527ebef66ba8003321ceb581bca3d6ce450b..4f7aafadfb2a7ec4c09301fa2a1cf7fc64977b63 100644 (file)
@@ -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 }}