Skip to content

Commit

Permalink
Merge pull request #2 from swift-libp2p/btoms20-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
btoms20 authored Feb 7, 2024
2 parents cea2008 + 996a44f commit bcacfa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build+test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v1
- name: Build
run: swift build -v
Expand Down

0 comments on commit bcacfa9

Please sign in to comment.