From f0681d396c733ef1088c88ec6fd3192be544edc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:59:05 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .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 1bd8158..e8bcb03 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@v6 + - uses: actions/checkout@v7 - name: Change Xcode version run: sudo xcode-select -s /Applications/Xcode_16.2.app - name: Install swiftlint