From 831ca5bdbc73c576dfb795398cc7b3b141a38c61 Mon Sep 17 00:00:00 2001 From: Franco Driansetti <7194678+francodriansetti@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:21:54 +0100 Subject: [PATCH] updated workflow --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 963f925..31cdd4c 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -15,7 +15,7 @@ jobs: runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build run: swift build -v - name: Run tests