Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
TAG: ${{ github.ref_name }}
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Build executable
run: |
swift build \
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
SHA256: ${{ needs.release-build.outputs.sha }}
steps:
- name: Checkout FelixHerrmann/homebrew-tap
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: 'FelixHerrmann/homebrew-tap'
- name: Update Formula
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: SwiftLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --strict
4 changes: 2 additions & 2 deletions .github/workflows/xcodebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Build Scheme
run: |
xcodebuild \
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install Tuist
run: brew install tuist
- name: Run tests
Expand Down