From d7c3d21752fd5abfe1ce85916b2f3f00a5626fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 19:04:41 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 9.0.0 to 9.0.1 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/EndBug/add-and-commit/releases) - [Changelog](https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/EndBug/add-and-commit/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/develop.yaml | 2 +- .github/workflows/main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop.yaml b/.github/workflows/develop.yaml index 37840e9..9a5f93c 100644 --- a/.github/workflows/develop.yaml +++ b/.github/workflows/develop.yaml @@ -53,7 +53,7 @@ jobs: - name: commit new version working-directory: './tf-infra-dev-apps' run: echo 'frontend_image_tag = "${{ github.sha }}"' > frontend.auto.tfvars - - uses: EndBug/add-and-commit@v9.0.0 + - uses: EndBug/add-and-commit@v9.0.1 with: cwd: 'tf-infra-dev-apps' branch: main diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7fe7f68..5d1060c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -53,7 +53,7 @@ jobs: - name: commit new version working-directory: './tf-infra-prod-apps' run: echo 'frontend_image_tag = "${{ github.sha }}"' > frontend.auto.tfvars - - uses: EndBug/add-and-commit@v9.0.0 + - uses: EndBug/add-and-commit@v9.0.1 with: cwd: 'tf-infra-prod-apps' branch: main