From 3d55b4b1be5c9c632750ee1898a560b1075e92b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 08:19:19 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 5.1.0 to 9.0.0 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 5.1.0 to 9.0.0. - [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/v5.1.0...v9.0.0) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../workflows/build-send-postsync-hook-runtime-image.yml | 2 +- .github/workflows/deploy-feature-envs.yaml | 8 ++++---- .github/workflows/deploy-mainnet.yml | 2 +- .github/workflows/deploy-testnet.yml | 2 +- .github/workflows/deploy-to-devnet.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-send-postsync-hook-runtime-image.yml b/.github/workflows/build-send-postsync-hook-runtime-image.yml index 007bcfb6e4..33c551ddb4 100644 --- a/.github/workflows/build-send-postsync-hook-runtime-image.yml +++ b/.github/workflows/build-send-postsync-hook-runtime-image.yml @@ -94,7 +94,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.0.0 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 4227f3123e..d8afc4f73a 100644 --- a/.github/workflows/deploy-feature-envs.yaml +++ b/.github/workflows/deploy-feature-envs.yaml @@ -172,7 +172,7 @@ jobs: sed "s/NODE_IMAGE/$TESTNET_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.0.0 env: APP_NAME: fe-${{ steps.get_branch.outputs.branch }} GITHUB_TOKEN: ${{ secrets.CI_GH_TOKEN }} @@ -258,7 +258,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.0.0 env: IMAGE_TAG: fe-${{ steps.get_branch.outputs.branch }}_${{ steps.get_branch.outputs.sha_short }} FE_ALEPH_NODE_REGISTRY: 573243519133.dkr.ecr.us-east-1.amazonaws.com/feature-env-aleph-node @@ -361,7 +361,7 @@ jobs: rm -rf $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml - name: GIT | Commit deletion of the feature environment. - uses: EndBug/add-and-commit@v5.1.0 + uses: EndBug/add-and-commit@v9.0.0 env: APP_NAME: fe-${{ steps.get_branch.outputs.branch }} GITHUB_TOKEN: ${{ secrets.CI_GH_TOKEN }} @@ -466,7 +466,7 @@ jobs: rm -rf $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml - name: GIT | Commit deletion of the feature environment. - uses: EndBug/add-and-commit@v5.1.0 + uses: EndBug/add-and-commit@v9.0.0 env: APP_NAME: fe-${{ steps.get_branch.outputs.branch }} GITHUB_TOKEN: ${{ secrets.CI_GH_TOKEN }} diff --git a/.github/workflows/deploy-mainnet.yml b/.github/workflows/deploy-mainnet.yml index 6b0e6fefc7..2f7cc08ae8 100644 --- a/.github/workflows/deploy-mainnet.yml +++ b/.github/workflows/deploy-mainnet.yml @@ -83,7 +83,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.0.0 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 966ea5126d..290bad3fda 100644 --- a/.github/workflows/deploy-testnet.yml +++ b/.github/workflows/deploy-testnet.yml @@ -90,7 +90,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.0.0 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 7a4d88eb07..90f3e772b1 100644 --- a/.github/workflows/deploy-to-devnet.yml +++ b/.github/workflows/deploy-to-devnet.yml @@ -112,7 +112,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.0.0 with: author_name: AlephZero Automation author_email: alephzero@10clouds.com