ci: use hendrikmuhs/ccache-action@v1.2.23

It seems the v1.2 tag isn't being updated anymore.
This commit is contained in:
Rosalie Wanders
2026-06-13 19:00:43 +02:00
parent 02e2518be2
commit 6ef6432a15
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: hendrikmuhs/ccache-action@v1.2
- uses: hendrikmuhs/ccache-action@v1.2.23
with:
key: linux-${{ matrix.architecture }}-${{ matrix.features }}-${{ matrix.configuration }}
- name: Install Packages
@@ -112,7 +112,7 @@ jobs:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: hendrikmuhs/ccache-action@v1.2
- uses: hendrikmuhs/ccache-action@v1.2.23
with:
key: windows-${{ matrix.features }}-${{ matrix.configuration }}
- uses: msys2/setup-msys2@v2