Skip to content

Commit f35c1dc

Browse files
kinkiesquid-anubis
authored andcommitted
CI: adopt ccache-action v1.2.17 (#2057)
GitHub deprecated v1 of its cache API. Adopt the latest version of ccache-action, which uses action/cache v4.0.0, which uses cache API v2.
1 parent 76a642b commit f35c1dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quick.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
uses: actions/checkout@v4
143143

144144
- name: Setup ccache
145-
uses: hendrikmuhs/[email protected].14
145+
uses: hendrikmuhs/[email protected].17
146146
with:
147147
verbose: 2 # default 0
148148
key: ${{ matrix.os }}-${{ matrix.compiler.CC }}-${{ matrix.layer.nick }}

.github/workflows/slow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/checkout@v4
6666

6767
- name: Setup ccache
68-
uses: hendrikmuhs/[email protected].14
68+
uses: hendrikmuhs/[email protected].17
6969
with:
7070
verbose: 2 # default 0
7171
key: ${{ matrix.os }}-${{ matrix.compiler.CC }}-${{ matrix.layer.nick }}

0 commit comments

Comments
 (0)