From f29134427319452256e26079be19f84883b1e083 Mon Sep 17 00:00:00 2001 From: Gabriel Minucci Date: Wed, 15 Jan 2025 11:35:45 +0100 Subject: [PATCH] chore: replace swift version step with official one --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d97d3a7d..5695ff6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: fwal/setup-swift@v1 + - uses: swift-actions/setup-swift@v2 with: swift-version: ${{ matrix.swift }}