From d651a0d696ed5192268f89dcd7edd3531d7406d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 16:44:28 +0000 Subject: [PATCH] feat(github-action)!: Update EndBug/add-and-commit action to v11.1.1 --- .github/workflows/build-and-test.yaml | 2 +- .github/workflows/render-all-badges.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index ba99694..4fa18ca 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -118,7 +118,7 @@ jobs: npm,prettier,react,reactivex,redux rollupdotjs,sass,styledcomponents,typescript,webpack - name: Commit and push - uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11 if: github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/') with: default_author: github_actions diff --git a/.github/workflows/render-all-badges.yaml b/.github/workflows/render-all-badges.yaml index 7d65a11..d1afeda 100644 --- a/.github/workflows/render-all-badges.yaml +++ b/.github/workflows/render-all-badges.yaml @@ -21,7 +21,7 @@ jobs: output: BADGES.md random: -1 - name: Commit and push - uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11 with: default_author: github_actions message: 'chore(docs): refresh badgesort'