ci: Upgrade checkout@v2 to checkout@v4 (#1826)
This commit is contained in:
4
.github/workflows/build-ios.yml
vendored
4
.github/workflows/build-ios.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
run:
|
||||
working-directory: package/example/ios
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
run:
|
||||
working-directory: package/example/ios
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
|
Reference in New Issue
Block a user