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 }}