diff --git a/.github/workflows/apply_spotless.yml b/.github/workflows/apply_spotless.yml index 3727da63..a0137b77 100644 --- a/.github/workflows/apply_spotless.yml +++ b/.github/workflows/apply_spotless.yml @@ -45,6 +45,6 @@ jobs: run: ./gradlew spotlessApply --stacktrace - name: Auto-commit if spotlessApply has changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: Apply Spotless \ No newline at end of file