diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 9f5f05b0..c885715c 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Run Labeler if: success() - uses: crazy-max/ghaction-github-labeler@v4 + uses: crazy-max/ghaction-github-labeler@v5 with: github-token: ${{ secrets.GITHUB_TOKEN }} yaml-file: .github/labels.yml