]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use actions/cache@v3 12635/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 9 Mar 2023 15:47:41 +0000 (10:47 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 9 Mar 2023 15:47:41 +0000 (10:47 -0500)
.github/workflows/build-and-test-all.yml

index 3bb3b09bff1a76ab612312d95dc84f3285dddf01..642e34c11e575093c484d65357d4a9ae823fa542 100644 (file)
@@ -33,7 +33,7 @@ jobs:
           echo "stamp=$(/bin/date +%s)" >> "$GITHUB_OUTPUT"
         shell: bash
       - name: let GitHub cache our ccache data
-        uses: actions/cache@v3.2.6
+        uses: actions/cache@v3
         with:
           path: ~/.ccache
           key: auth-ccache-${{ steps.get-stamp.outputs.stamp }}
@@ -82,7 +82,7 @@ jobs:
           echo "stamp=$(/bin/date +%s)" >> "$GITHUB_OUTPUT"
         shell: bash
       - name: let GitHub cache our ccache data
-        uses: actions/cache@v3.2.6
+        uses: actions/cache@v3
         with:
           path: ~/.ccache
           key: recursor-${{ matrix.sanitizers }}-ccache-${{ steps.get-stamp.outputs.stamp }}
@@ -135,7 +135,7 @@ jobs:
           echo "stamp=$(/bin/date +%s)" >> "$GITHUB_OUTPUT"
         shell: bash
       - name: let GitHub cache our ccache data
-        uses: actions/cache@v3.2.6
+        uses: actions/cache@v3
         with:
           path: ~/.ccache
           key: dnsdist-${{ matrix.features }}-${{ matrix.sanitizers }}-ccache-${{ steps.get-stamp.outputs.stamp }}