From fde35a97b2287ef51e4f7897ea488adaa7bde48a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:31 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .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 b223e23..1bd8158 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -12,7 +12,7 @@ jobs: build: runs-on: macos-15 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Change Xcode version run: sudo xcode-select -s /Applications/Xcode_16.2.app - name: Install swiftlint