diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 2965ec12be5a..cd7fe8e7c181 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -25,7 +25,7 @@ jobs: echo "::set-output name=stamp::$(/bin/date +%s)" shell: bash - name: let GitHub cache our ccache data - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: ~/.ccache key: auth-ccache-${{ steps.get-stamp.outputs.stamp }} @@ -71,7 +71,7 @@ jobs: echo "::set-output name=stamp::$(/bin/date +%s)" shell: bash - name: let GitHub cache our ccache data - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: ~/.ccache key: recursor-${{ matrix.sanitizers }}-ccache-${{ steps.get-stamp.outputs.stamp }} @@ -121,7 +121,7 @@ jobs: echo "::set-output name=stamp::$(/bin/date +%s)" shell: bash - name: let GitHub cache our ccache data - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: ~/.ccache key: dnsdist-${{ matrix.features }}-${{ matrix.sanitizers }}-ccache-${{ steps.get-stamp.outputs.stamp }}