Skip to content

Commit

Permalink
Fix actions (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
marzvrover authored Sep 6, 2024
2 parents 001884b + 2d91540 commit 356d1db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Swift
uses: fwal/setup-swift@v1.14.0
uses: swift-actions/setup-swift@v2
- name: Build
run: swift build -v
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Swift
uses: fwal/setup-swift@v1.14.0
uses: swift-actions/setup-swift@v2
- name: Build
run: swift build -v
- name: Run tests
Expand Down

0 comments on commit 356d1db

Please sign in to comment.