diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 6cc058a..3662627 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -17,7 +17,7 @@ jobs: with: xcode-version: latest-stable - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build run: swift build -v - name: Run tests