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