From 462d26b40be5c259c96e636c38c61c23069b4a3d Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 24 Feb 2025 13:08:50 -0500 Subject: [PATCH] upgrading the CI --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e9187ed..553c49f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,8 +12,8 @@ jobs: tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: fwal/setup-swift@v1 + - uses: actions/checkout@v4 + - uses: fwal/setup-swift@v2 - name: linuxmain run: swift test - name: Build