Skip to content

Commit

Permalink
Bump swift-actions/setup-swift from 1 to 2 (#24)
Browse files Browse the repository at this point in the history
Bumps [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift) from 1 to 2.
- [Release notes](https://github.com/swift-actions/setup-swift/releases)
- [Commits](swift-actions/setup-swift@v1...v2)

---
updated-dependencies:
- dependency-name: swift-actions/setup-swift
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 24ebd5f commit dfa20cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Setup Swift (Unices)
if: ${{ matrix.os != 'windows-latest' }}
uses: 'swift-actions/setup-swift@v1'
uses: 'swift-actions/setup-swift@v2'
with:
version: 5.9

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-extraction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
gem install jazzy
- name: Setup swift
uses: swift-actions/setup-swift@v1
uses: swift-actions/setup-swift@v2
with:
swift-version: 5.9

Expand Down

0 comments on commit dfa20cf

Please sign in to comment.