diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 28079ca..8c62d09 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -15,7 +15,7 @@ jobs: with: xcode-version: latest-stable - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build run: swift build -v - name: Run tests