diff --git a/.github/workflows/swift-format.yml b/.github/workflows/swift-format.yml index 0246490..9247ba5 100644 --- a/.github/workflows/swift-format.yml +++ b/.github/workflows/swift-format.yml @@ -41,7 +41,7 @@ jobs: - name: Format run: swift-format format --recursive --in-place Sources Tests - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: Run swift-format branch: 'main'