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