diff --git a/.github/workflows/admin-labeler.yml b/.github/workflows/admin-labeler.yml index 7a70e58..b501c6e 100644 --- a/.github/workflows/admin-labeler.yml +++ b/.github/workflows/admin-labeler.yml @@ -7,6 +7,6 @@ jobs: runs-on: ubuntu-20.04 steps: - name: 🏷 Apply labels - uses: actions/labeler@v4 + uses: actions/labeler@v5 with: repo-token: '${{ secrets.GITHUB_TOKEN }}'