From 21cf25a3a3d66afb47d84cc67c66988dd26d657d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:15:24 -0500 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 4 to 5 (#184) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/create-json-list.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-json-list.yml b/.github/workflows/create-json-list.yml index 97deec3..2a9fae1 100644 --- a/.github/workflows/create-json-list.yml +++ b/.github/workflows/create-json-list.yml @@ -33,7 +33,7 @@ jobs: done jq -n --arg v "${template_file_list[*]}" '{"templates": $v | split(" ")}' > template-file-list.json - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Automated Change template-file-list.json file_pattern: templates/template-file-list.json