Skip to content

Commit 5e04287

Browse files
ci: update Github actions depending on cache to latest versions (#63)
This PR updates several of the Github actions we use in CI that use the `cache` Github action, potentially transitively. This will be necessary soon since the currently used version, v3, is being deprecated and will stop working at the end of this month. Signed-off-by: Ingo Müller <[email protected]>
1 parent a48be6c commit 5e04287

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
python-version: 3.11
3131

3232
- name: Cache git folder
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: substrait-mlir/.git
3636
key: git-folder
3737

3838
- name: Install dependencies from apt
39-
uses: awalsh128/[email protected].2
39+
uses: awalsh128/cache-apt-pkgs-action@5902b33ae29014e6ca012c5d8025d4346556bd40 # v1.4.3
4040
with:
4141
packages: protobuf-compiler libprotobuf-dev libcurl4-gnutls-dev
4242
version: 1.0
@@ -51,7 +51,7 @@ jobs:
5151
uses: llvm/actions/install-ninja@6a57890d0e3f9f35dfc72e7e48bc5e1e527cdd6c # Jan 17
5252

5353
- name: Ccache for C++ compilation
54-
uses: hendrikmuhs/ccache-action@621a41397ed83711c72862638d9ff6e63fca3041 # v1.2.3
54+
uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16
5555
with:
5656
key: ${{ runner.os }}-substrait-mlir
5757
# LLVM needs serious cache size

0 commit comments

Comments
 (0)