diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 7a36cb57..be398307 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -20,6 +20,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Add label - uses: actions/labeler@v4 + uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"