From c77dac356ddc0e65d85380c74c3cb5bce96d94c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:04:49 +0000 Subject: [PATCH] ci: bump nicklockwood/SwiftFormat from 0.60.1 to 0.61.0 Bumps [nicklockwood/SwiftFormat](https://github.com/nicklockwood/swiftformat) from 0.60.1 to 0.61.0. - [Release notes](https://github.com/nicklockwood/swiftformat/releases) - [Changelog](https://github.com/nicklockwood/SwiftFormat/blob/main/CHANGELOG.md) - [Commits](https://github.com/nicklockwood/swiftformat/compare/0.60.1...0.61.0) --- updated-dependencies: - dependency-name: nicklockwood/SwiftFormat dependency-version: 0.61.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad72ac9..9f3c247 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v6 - name: SwiftFormat - uses: nicklockwood/SwiftFormat@0.60.1 + uses: nicklockwood/SwiftFormat@0.61.0 with: args: --lint