Skip to content

Commit

Permalink
ci: update ccache Github action to latest version
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ingomueller-net committed Jan 21, 2025
1 parent c01f183 commit 768ee89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 768ee89

Please sign in to comment.