diff --git a/.github/workflows/define-labels.yml b/.github/workflows/define-labels.yml index 2b34819..a9aac79 100644 --- a/.github/workflows/define-labels.yml +++ b/.github/workflows/define-labels.yml @@ -12,6 +12,6 @@ jobs: uses: actions/checkout@v3 - name: Update repository labels - uses: lannonbr/issue-label-manager-action@3.0.1 + uses: lannonbr/issue-label-manager-action@4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/label-pull-requests.yml b/.github/workflows/label-pull-requests.yml index a526451..8448c8f 100644 --- a/.github/workflows/label-pull-requests.yml +++ b/.github/workflows/label-pull-requests.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Update repository labels - uses: lannonbr/issue-label-manager-action@3.0.1 + uses: lannonbr/issue-label-manager-action@4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}