From ff065198b228a4daaf662c6514dd07a0665a2f0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:00:37 +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 fd6ac67..3b2aa1d 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: Install swiftlint run: | brew update