ci: Upgrade checkout@v2 to checkout@v4 (#1826)
This commit is contained in:
parent
fffefa9d12
commit
a417be6292
4
.github/workflows/build-android.yml
vendored
4
.github/workflows/build-android.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: ./package
|
working-directory: ./package
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup JDK 11
|
- name: Setup JDK 11
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
@ -70,7 +70,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: ./package
|
working-directory: ./package
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup JDK 11
|
- name: Setup JDK 11
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
|
4
.github/workflows/build-ios.yml
vendored
4
.github/workflows/build-ios.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: package/example/ios
|
working-directory: package/example/ios
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
@ -85,7 +85,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: package/example/ios
|
working-directory: package/example/ios
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
|
4
.github/workflows/validate-android.yml
vendored
4
.github/workflows/validate-android.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: ./package/android
|
working-directory: ./package/android
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Setup JDK 11
|
- name: Setup JDK 11
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
@ -64,7 +64,7 @@ jobs:
|
|||||||
# name: Kotlin Lint
|
# name: Kotlin Lint
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
# steps:
|
# steps:
|
||||||
# - uses: actions/checkout@v2
|
# - uses: actions/checkout@v4
|
||||||
# - name: Run KTLint
|
# - name: Run KTLint
|
||||||
# uses: mrousavy/action-ktlint@v1.7
|
# uses: mrousavy/action-ktlint@v1.7
|
||||||
# with:
|
# with:
|
||||||
|
2
.github/workflows/validate-cpp.yml
vendored
2
.github/workflows/validate-cpp.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
- 'package/android/src/main/cpp'
|
- 'package/android/src/main/cpp'
|
||||||
- 'package/ios'
|
- 'package/ios'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Run clang-format style check
|
- name: Run clang-format style check
|
||||||
uses: mrousavy/clang-format-action@v1
|
uses: mrousavy/clang-format-action@v1
|
||||||
with:
|
with:
|
||||||
|
4
.github/workflows/validate-ios.yml
vendored
4
.github/workflows/validate-ios.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: ./package
|
working-directory: ./package
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Run SwiftLint GitHub Action (--strict)
|
- name: Run SwiftLint GitHub Action (--strict)
|
||||||
uses: norio-nomura/action-swiftlint@master
|
uses: norio-nomura/action-swiftlint@master
|
||||||
with:
|
with:
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: ./package/ios
|
working-directory: ./package/ios
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install SwiftFormat
|
- name: Install SwiftFormat
|
||||||
run: brew install swiftformat
|
run: brew install swiftformat
|
||||||
|
4
.github/workflows/validate-js.yml
vendored
4
.github/workflows/validate-js.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: ./package
|
working-directory: ./package
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install reviewdog
|
- name: Install reviewdog
|
||||||
uses: reviewdog/action-setup@v1
|
uses: reviewdog/action-setup@v1
|
||||||
@ -77,7 +77,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: ./package
|
working-directory: ./package
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
|
Loading…
Reference in New Issue
Block a user