Skip to content

Commit 0547e7f

Browse files
committed
ci(github): actions/cache@v4
1 parent 0064fc8 commit 0547e7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
git submodule update --init
1919
2020
- name: Restore xmake packages
21-
uses: actions/cache@v3
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.xmake/.cache/packages
2424
key: ${{ runner.os }}-xmake-packages
@@ -128,7 +128,7 @@ jobs:
128128
dist/lcui-examples
129129
130130
- name: Cache xmake packages
131-
uses: actions/cache@v3
131+
uses: actions/cache@v4
132132
with:
133133
path: ~/.xmake/.cache/packages
134134
key: ${{ runner.os }}-xmake-packages

0 commit comments

Comments
 (0)