Skip to content

Commit

Permalink
Bump maxim-lobanov/setup-xcode from 1.5.1 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [maxim-lobanov/setup-xcode](https://github.com/maxim-lobanov/setup-xcode) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/maxim-lobanov/setup-xcode/releases)
- [Commits](maxim-lobanov/setup-xcode@v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: maxim-lobanov/setup-xcode
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 25, 2023
1 parent 88e0f9b commit 3d149dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check out project
uses: actions/checkout@v3
- name: Set up Xcode version
uses: maxim-lobanov/setup-xcode@v1.5.1
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: '14.3'
- name: Show current version of Xcode
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Check out project
uses: actions/checkout@v3
- name: Set up Xcode version
uses: maxim-lobanov/setup-xcode@v1.5.1
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: '14.3'
- name: Show current version of Xcode
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Check out project
uses: actions/checkout@v3
- name: Set up Xcode version
uses: maxim-lobanov/setup-xcode@v1.5.1
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: '14.3'
- name: Build
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Check out project
uses: actions/checkout@v3
- name: Set up Xcode version
uses: maxim-lobanov/setup-xcode@v1.5.1
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: '14.3'
- name: Show current version of Xcode
Expand Down

0 comments on commit 3d149dd

Please sign in to comment.