ci: Upgrade checkout@v2 to checkout@v4 (#1826)

This commit is contained in:
Marc Rousavy
2023-09-21 19:02:10 +02:00
committed by GitHub
parent fffefa9d12
commit a417be6292
6 changed files with 11 additions and 11 deletions

View File

@@ -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