diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80d31f9..4183cf1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: xcode-version: '15.0' - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Disable Macro Validation run: defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES