diff --git a/.github/workflows/label_creation.yml b/.github/workflows/label_creation.yml index 00cc0fb..a523e58 100644 --- a/.github/workflows/label_creation.yml +++ b/.github/workflows/label_creation.yml @@ -20,7 +20,7 @@ jobs: - name: Run Labeler if: success() - uses: crazy-max/ghaction-github-labeler@v4.1.0 + uses: crazy-max/ghaction-github-labeler@v5.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} yaml-file: .github/label_config.yml