ci: Upgrade checkout@v2 to checkout@v4 (#1826)
This commit is contained in:
4
.github/workflows/validate-ios.yml
vendored
4
.github/workflows/validate-ios.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
run:
|
||||
working-directory: ./package
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run SwiftLint GitHub Action (--strict)
|
||||
uses: norio-nomura/action-swiftlint@master
|
||||
with:
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
run:
|
||||
working-directory: ./package/ios
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install SwiftFormat
|
||||
run: brew install swiftformat
|
||||
|
Reference in New Issue
Block a user