From 768ee897dd553527acc4e8230f0187a6a37ac54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20M=C3=BCller?= Date: Tue, 21 Jan 2025 09:42:36 +0000 Subject: [PATCH] ci: update ccache Github action to latest version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will be necessary soon, since it uses the `cache` action, which in turn uses the `upload-artifact` action, whose currently used version is being deprecated and will stop working at the end of this month. Signed-off-by: Ingo Müller --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index e9fb170a..4d7bc7d9 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -51,7 +51,7 @@ jobs: uses: llvm/actions/install-ninja@6a57890d0e3f9f35dfc72e7e48bc5e1e527cdd6c # Jan 17 - name: Ccache for C++ compilation - uses: hendrikmuhs/ccache-action@621a41397ed83711c72862638d9ff6e63fca3041 # v1.2.3 + uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16 with: key: ${{ runner.os }}-substrait-mlir # LLVM needs serious cache size