CI: Update cache action version

This commit is contained in:
Echo J. 2026-03-30 08:05:18 +00:00
parent 4f92504668
commit a03bdcaedf

View file

@ -34,7 +34,7 @@ jobs:
python -m pip install meson
- name: Restore ccache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ${{ runner.temp }}/ccache
key: ${{ runner.os }}-ccache-${{ hashFiles('**/meson.build') }}