update github cache to v4

This commit is contained in:
fasiondog 2024-02-28 02:05:03 +08:00
parent ef345ef7a1
commit 9e7e28d9a5
5 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Cache packages
id: cache-xmake-ubuntu
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:

View File

@ -26,7 +26,7 @@ jobs:
- name: Cache xmake aarch64 packages
id: cache-xmake-ubuntu-aarch64
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-ubuntu-aarch64-modules
with:

View File

@ -21,7 +21,7 @@ jobs:
- name: Cache packages
id: cache-xmake-ubuntu
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:

View File

@ -26,7 +26,7 @@ jobs:
- name: Cache windows packages
id: cache-xmake-windows
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-windows-modules
with:

View File

@ -26,7 +26,7 @@ jobs:
- name: Cache windows packages
id: cache-xmake-windows
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-windows-modules
with: