Skip to content

Commit

Permalink
plugin updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sergkh committed May 11, 2024
1 parent 18d3335 commit 61d2754
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-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
swift: ["5.10"]
steps:
- uses: actions/checkout@v3
- uses: swift-actions/setup-swift@v1
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
swift: ["5.10"]
steps:
- uses: actions/checkout@v3
- uses: swift-actions/setup-swift@v1
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- name: Run tests
Expand Down

0 comments on commit 61d2754

Please sign in to comment.