From 378fdf3d56ce1a797a2e931cf67a93eb81534e9b Mon Sep 17 00:00:00 2001 From: Victor Bodinaud Date: Sun, 14 Jan 2024 21:10:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Try=20fix=20swift=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 67d572d..a562cf2 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -7,9 +7,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Swift - uses: swift-actions/setup-swift@v1 + uses: https://github.com/swift-actions/setup-swift@v1 - name: Build run: swift build - name: Run tests