From bf4825c3990d3b454bc1f4449b02f04e38b23817 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Tue, 16 Apr 2024 07:26:07 +0000 Subject: [PATCH] [Actions] Updated .github/workflows/reformat-yaml.yml --- .github/workflows/reformat-yaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"