diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 1b8a10974..e5fb9c207 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@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: Apply formatting changes