Skip to content

Commit

Permalink
ci: Update the xcode-version from 14.2 to 14.3.1 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaIancu-Gini committed Nov 17, 2023
1 parent b798ed1 commit 44a0f34
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bank-api-library.build.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bank-api-library.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bank-api-library.publish.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bank-api-library.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bank-sdk.build.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bank-sdk.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bank-sdk.publish.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bank-sdk.publish.example.app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Setup provisioning profile
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bank-sdk.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/capture-sdk.build.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/capture-sdk.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/capture-sdk.publish.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/capture-sdk.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-api-library.build.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-api-library.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-api-library.publish.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-api-library.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-sdk.build.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-sdk.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-sdk.publish.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-sdk.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 44a0f34

Please sign in to comment.