Skip to content

Commit

Permalink
ci(github): actions/cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed May 12, 2024
1 parent 220b920 commit f028370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
git submodule update --init
- name: Restore xmake packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.xmake/.cache/packages
key: ${{ runner.os }}-xmake-packages
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
dist/lcui-examples
- name: Cache xmake packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.xmake/.cache/packages
key: ${{ runner.os }}-xmake-packages
Expand Down

0 comments on commit f028370

Please sign in to comment.