diff --git a/.github/workflows/xcode.yml b/.github/workflows/xcode.yml index a37e381..3f42ac5 100644 --- a/.github/workflows/xcode.yml +++ b/.github/workflows/xcode.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build run: xcodebuild clean build -destination '${{matrix.destination}}'