From d6ac80b6b6e15020840a9e638f071fb968c95f1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:13:14 +0000 Subject: [PATCH] Update EndBug/add-and-commit action to v9.1.3 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e3a77b39..a6ff1be7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -67,7 +67,7 @@ jobs: # Committing E2E screenshot changes - name: Commit E2E changes - uses: EndBug/add-and-commit@v9.1.1 + uses: EndBug/add-and-commit@v9.1.3 with: message: "[skip ci] [e2e-check] Automated Playwright E2E screenshot changes commit" new_branch: ${{ env.BRANCH_NAME }} @@ -78,7 +78,7 @@ jobs: # Committing Storybook story screenshot changes - name: Commit Storybook changes - uses: EndBug/add-and-commit@v9.1.1 + uses: EndBug/add-and-commit@v9.1.3 with: message: "[skip ci] [storybook-check] Automated Storybook screenshot changes commit" new_branch: ${{ env.BRANCH_NAME }} \ No newline at end of file