From a8dd8913bdca16bae5c4b86991737c60472eb8e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 08:04:53 +0000 Subject: [PATCH] Bump actions-ecosystem/action-add-labels from 1.1.0 to 1.1.3 Bumps [actions-ecosystem/action-add-labels](https://github.com/actions-ecosystem/action-add-labels) from 1.1.0 to 1.1.3. - [Release notes](https://github.com/actions-ecosystem/action-add-labels/releases) - [Commits](https://github.com/actions-ecosystem/action-add-labels/compare/v1.1.0...v1.1.3) --- updated-dependencies: - dependency-name: actions-ecosystem/action-add-labels dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/contracts-deploy.yml | 2 +- .github/workflows/deploy-feature-envs.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/contracts-deploy.yml b/.github/workflows/contracts-deploy.yml index c7f87e6c..d8413e05 100644 --- a/.github/workflows/contracts-deploy.yml +++ b/.github/workflows/contracts-deploy.yml @@ -193,7 +193,7 @@ jobs: - name: Add label to mark that contracts have been deployed if: github.event_name == 'pull_request' - uses: actions-ecosystem/action-add-labels@v1.1.0 + uses: actions-ecosystem/action-add-labels@v1.1.3 with: labels: 'DEPLOYED-CONTRACTS' github_token: ${{ secrets.CI_GH_TOKEN }} diff --git a/.github/workflows/deploy-feature-envs.yaml b/.github/workflows/deploy-feature-envs.yaml index 1d7f31bd..1f46175f 100644 --- a/.github/workflows/deploy-feature-envs.yaml +++ b/.github/workflows/deploy-feature-envs.yaml @@ -470,7 +470,7 @@ jobs: github_token: ${{ secrets.CI_GH_TOKEN }} - name: Add label to mark that feature branch has been deployed - uses: actions-ecosystem/action-add-labels@v1.1.0 + uses: actions-ecosystem/action-add-labels@v1.1.3 with: labels: ${{ env.LABEL_DEPLOYED }} github_token: ${{ secrets.CI_GH_TOKEN }} @@ -526,7 +526,7 @@ jobs: github_token: ${{ secrets.CI_GH_TOKEN }} - name: Add label to mark that feature branch has been destroyed - uses: actions-ecosystem/action-add-labels@v1.1.0 + uses: actions-ecosystem/action-add-labels@v1.1.3 with: labels: ${{ env.LABEL_DESTROYED }} github_token: ${{ secrets.CI_GH_TOKEN }} @@ -587,7 +587,7 @@ jobs: github_token: ${{ secrets.CI_GH_TOKEN }} - name: Add label to mark that feature branch has been destroyed - uses: actions-ecosystem/action-add-labels@v1.1.0 + uses: actions-ecosystem/action-add-labels@v1.1.3 with: labels: ${{ env.LABEL_DESTROYED }} github_token: ${{ secrets.CI_GH_TOKEN }}