diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 4fe70d02d..b2ef27577 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -27,6 +27,6 @@ jobs: - name: Format with Spotless in Maven run: mvn -B spotless:apply --file pom.xml - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: Apply formatting changes