Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit fd71b32

Browse files
authored
ci: @actions/cache v2 was deprecated
1 parent 42cd8d4 commit fd71b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sudo apt-get install -y libharfbuzz-dev libicu-dev
2828
2929
- name: Cache build directory
30-
uses: actions/cache@v2
30+
uses: actions/cache@v4
3131
with:
3232
path: build/
3333
key: ${{ runner.os }}-build-${{ hashFiles('**/CMakeLists.txt', '**/*.cpp') }}

0 commit comments

Comments
 (0)