From 30ac285c474d8b1ec6f7f2eefeed5077164a3de8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 21:48:42 +0000 Subject: [PATCH] feat(github-action)!: Update EndBug/add-and-commit action to v10 --- .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 95b2dcd..14e67c4 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@a94899bca583c204427a224a7af87c02f9b325d5 # v9 + uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10 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 9c1dac4..9ffca3d 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@a94899bca583c204427a224a7af87c02f9b325d5 # v9 + uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10 with: default_author: github_actions message: 'chore(docs): refresh badgesort'