diff --git a/.github/workflows/auto-label.yaml b/.github/workflows/auto-label.yaml index 7d91193..f0e6142 100644 --- a/.github/workflows/auto-label.yaml +++ b/.github/workflows/auto-label.yaml @@ -30,7 +30,7 @@ jobs: - name: Remove WIP Status Label if: github.event.action == 'closed' - uses: actions-ecosystem/action-remove-labels@v1.1.1 + uses: actions-ecosystem/action-remove-labels@v1.3.0 continue-on-error: true with: github_token: ${{ secrets.github_token }} @@ -38,7 +38,7 @@ jobs: - name: Remove Blocked Status Label if: github.event.action == 'closed' - uses: actions-ecosystem/action-remove-labels@v1.1.1 + uses: actions-ecosystem/action-remove-labels@v1.3.0 continue-on-error: true with: github_token: ${{ secrets.github_token }}