From aea20ee5de8e6a4665bac57a1d7d2ed7f3e3c0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 18:35:18 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 5.1.0 to 9.1.1 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 5.1.0 to 9.1.1. - [Release notes](https://github.com/EndBug/add-and-commit/releases) - [Commits](https://github.com/EndBug/add-and-commit/compare/v5.1.0...v9.1.1) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-send-postsync-hook-runtime-image.yml | 2 +- .github/workflows/deploy-feature-envs.yaml | 4 ++-- .github/workflows/deploy-mainnet.yml | 2 +- .github/workflows/deploy-testnet.yml | 2 +- .github/workflows/deploy-to-devnet.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-send-postsync-hook-runtime-image.yml b/.github/workflows/build-send-postsync-hook-runtime-image.yml index e66e0093cf..8e3962c234 100644 --- a/.github/workflows/build-send-postsync-hook-runtime-image.yml +++ b/.github/workflows/build-send-postsync-hook-runtime-image.yml @@ -99,7 +99,7 @@ jobs: kustomize edit set image "send-runtime-hook-image-placeholder=${{ env.RELEASE_IMAGE }}" - name: GIT | Commit changes to aleph-apps repository. - uses: EndBug/add-and-commit@v5.1.0 + uses: EndBug/add-and-commit@v9.1.1 with: author_name: AlephZero Automation author_email: alephzero@10clouds.com diff --git a/.github/workflows/deploy-feature-envs.yaml b/.github/workflows/deploy-feature-envs.yaml index b16b7fb80e..a5600b0165 100644 --- a/.github/workflows/deploy-feature-envs.yaml +++ b/.github/workflows/deploy-feature-envs.yaml @@ -248,7 +248,7 @@ jobs: sed "s/NODE_IMAGE/$MAINNET_IMAGE/g" $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml > $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml.temp && mv $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml.temp $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml - name: GIT | Commit changes to aleph-apps repository. - uses: EndBug/add-and-commit@v5.1.0 + uses: EndBug/add-and-commit@v9.1.1 env: APP_NAME: ${{ env.FE_APP_PREFIX }}${{ steps.get_branch.outputs.branch_appname }} GITHUB_TOKEN: ${{ secrets.CI_GH_TOKEN }} @@ -323,7 +323,7 @@ jobs: sed "s/NODE_IMAGE/$PR_IMAGE/g" $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml > $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml.temp && mv $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml.temp $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml - name: GIT | Commit changes to aleph-apps repository. - uses: EndBug/add-and-commit@v5.1.0 + uses: EndBug/add-and-commit@v9.1.1 env: IMAGE_TAG: ${{ env.FE_IMAGETAG_PREFIX }}${{ steps.get_branch.outputs.branch_imagetag_full }} APP_NAME: ${{ env.FE_APP_PREFIX }}${{ steps.get_branch.outputs.branch_appname }} diff --git a/.github/workflows/deploy-mainnet.yml b/.github/workflows/deploy-mainnet.yml index c63e1cc4ba..4da1bb9fb3 100644 --- a/.github/workflows/deploy-mainnet.yml +++ b/.github/workflows/deploy-mainnet.yml @@ -127,7 +127,7 @@ jobs: done - name: GIT | Commit changes to aleph-apps repository. - uses: EndBug/add-and-commit@v5.1.0 + uses: EndBug/add-and-commit@v9.1.1 with: author_name: AlephZero Automation author_email: alephzero@10clouds.com diff --git a/.github/workflows/deploy-testnet.yml b/.github/workflows/deploy-testnet.yml index 827ae6d7da..50a750ccd9 100644 --- a/.github/workflows/deploy-testnet.yml +++ b/.github/workflows/deploy-testnet.yml @@ -134,7 +134,7 @@ jobs: done - name: GIT | Commit changes to aleph-apps repository. - uses: EndBug/add-and-commit@v5.1.0 + uses: EndBug/add-and-commit@v9.1.1 with: author_name: AlephZero Automation author_email: alephzero@10clouds.com diff --git a/.github/workflows/deploy-to-devnet.yml b/.github/workflows/deploy-to-devnet.yml index e7b430bd88..69306f7cb8 100644 --- a/.github/workflows/deploy-to-devnet.yml +++ b/.github/workflows/deploy-to-devnet.yml @@ -103,7 +103,7 @@ jobs: kustomize build . | kubectl apply -f - - name: GIT | Commit changes to aleph-apps repository. - uses: EndBug/add-and-commit@v5.1.0 + uses: EndBug/add-and-commit@v9.1.1 with: author_name: AlephZero Automation author_email: alephzero@10clouds.com