Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/appstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
shell: bash

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/architecture-guardrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Select Xcode 26.4
uses: maxim-lobanov/setup-xcode@v1
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ios-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
ui_smoke: ${{ steps.filter.outputs.ui_smoke }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1

Expand All @@ -85,7 +85,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Run SwiftLint
run: |
Expand All @@ -101,7 +101,7 @@ jobs:
timeout-minutes: 25
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Select Xcode 26.4
uses: maxim-lobanov/setup-xcode@v1
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
TEST_DEVICE_NAME: iPhone 17
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Select Xcode 26.4
uses: maxim-lobanov/setup-xcode@v1
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
TEST_DEVICE_NAME: iPhone 17
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Select Xcode 26.4
uses: maxim-lobanov/setup-xcode@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
shell: bash

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Select Xcode 26.4
uses: maxim-lobanov/setup-xcode@v1
Expand Down
Loading