]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use actions/cache@v3
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 9 Mar 2023 15:47:41 +0000 (10:47 -0500)
committerromeroalx <alexis.romero@open-xchange.com>
Fri, 24 Nov 2023 06:41:03 +0000 (07:41 +0100)
.github/workflows/build-and-test-all.yml

index 895cde2350da3d59279c55111575fe125cccd9d3..70d9250f96484aa57e547041304b8fb744da3e5b 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 }}