diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 39cf61b..67d572d 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Swift - uses: fwal/setup-swift@v1 + uses: swift-actions/setup-swift@v1 - name: Build run: swift build - name: Run tests