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:
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user