diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 0ddbdc0..43da5b8 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -15,9 +15,8 @@ jobs: runs-on: macos-latest steps: - - uses: actions/checkout@v2 - - name: Setup Swift - uses: fwal/setup-swift@v1.14.0 + - uses: actions/checkout@v3 + - uses: swift-actions/setup-swift@v2 - name: Build run: swift build -v - name: Run tests diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 1daf062..5467166 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -16,8 +16,7 @@ jobs: steps: - uses: actions/checkout@v2 - - 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