diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index ca8aa37..a3a4d52 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -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 diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index c535e0e..c0023de 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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