diff --git a/.github/workflows/reformat-yaml.yml b/.github/workflows/reformat-yaml.yml index 984abfbc..0dbffba9 100644 --- a/.github/workflows/reformat-yaml.yml +++ b/.github/workflows/reformat-yaml.yml @@ -62,7 +62,7 @@ jobs: uses: credfeto/action-yaml-format@v1.3.2 - name: "Commit Changes" - uses: stefanzweifel/git-auto-commit-action@v5.0.0 + uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: commit_message: "[Reformat] YAML Files to common format" file_pattern: "*.yml"