From 0f1c10125719c17a92d886f66f1db7301a974a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 18:35:22 +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/deploy-feature-envs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-feature-envs.yaml b/.github/workflows/deploy-feature-envs.yaml index b16b7fb80e..9f96f0a766 100644 --- a/.github/workflows/deploy-feature-envs.yaml +++ b/.github/workflows/deploy-feature-envs.yaml @@ -374,7 +374,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 }} @@ -429,7 +429,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 }} @@ -487,7 +487,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 }}