]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use actions/cache@v3 12629/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 15:01:02 +0000 (16:01 +0100)
.github/workflows/build-and-test-all.yml

index e720f26cf833de2d9000b7bf5e789462493f0b9b..5a8073240c9542274c4111abaf0f6cb3f4908f9e 100644 (file)
@@ -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 }}