From 3ca797beac2d925253759526f6b0094278e3fa1e Mon Sep 17 00:00:00 2001 From: Victor Bodinaud Date: Sun, 14 Jan 2024 21:04:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Change=20swift=20fetch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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