-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Aleksander Grzyb <[email protected]>
- Loading branch information
1 parent
62b4d62
commit 3bebb90
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ jobs: | |
SwiftLint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/checkout@v4 | ||
- name: SwiftLint | ||
uses: norio-nomura/[email protected] | ||
with: | ||
|
@@ -20,7 +20,7 @@ jobs: | |
- name: Select Xcode | ||
run: "sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app" | ||
- name: Checkout | ||
uses: actions/checkout@v1 | ||
uses: actions/checkout@v4 | ||
- name: Build and Run | ||
run: rake build[release] | ||
- name: Test | ||
|
@@ -32,7 +32,7 @@ jobs: | |
image: swift:5.7.1 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v1 | ||
uses: actions/checkout@v4 | ||
- name: Install Ruby | ||
run: apt-get update && apt-get install -y ruby zlib1g-dev | ||
- name: Build and Run | ||
|