From 4527c02d6c349028333fa26ecae22ccfed5ae050 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:12:55 +0000 Subject: [PATCH] Update EndBug/add-and-commit action to v9.1.4 --- .github/workflows/render.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render.yml b/.github/workflows/render.yml index af05aa366..f8f01cd45 100644 --- a/.github/workflows/render.yml +++ b/.github/workflows/render.yml @@ -27,7 +27,7 @@ jobs: - run: pip install -Ur requirements.txt - run: python render.py - run: echo "message=update @ $(date +%Y%m%dT%H:%M:%S%Z)" >> "$GITHUB_ENV" - - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9 + - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4 with: default_author: github_actions message: ${{ env.message }}