Skip to content

Commit

Permalink
Bump swift-actions/setup-swift from 1.16.0 to 1.17.0
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.16.0 to 1.17.0.
- [Release notes](https://github.com/swift-actions/setup-swift/releases)
- [Commits](swift-actions/setup-swift@v1.16.0...v1.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Sep 15, 2022
1 parent 17f932f commit 9237f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
outputs:
package-dump: ${{steps.dump-package.outputs.package-dump}}
steps:
- uses: swift-actions/setup-swift@v1.16.0
- uses: swift-actions/setup-swift@v1.17.0
id: swift-setup
with:
swift-version: '5.6'
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
matrix:
target: ${{fromJson(needs.spm-context.outputs.package-dump).products.*.targets.*}}
steps:
- uses: swift-actions/setup-swift@v1.16.0
- uses: swift-actions/setup-swift@v1.17.0
id: swift-setup
with:
swift-version: '5.6'
Expand Down

0 comments on commit 9237f10

Please sign in to comment.