Merge pull request #943 from goplus/dependabot/github_actions/actions/cache-4

build(deps): bump actions/cache from 3 to 4
This commit is contained in:
xushiwei
2025-01-10 09:59:23 +08:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Cache Darwin sysroot - name: Cache Darwin sysroot
id: cache-sysroot id: cache-sysroot
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
.sysroot/darwin.tar.gz .sysroot/darwin.tar.gz