diff --git a/.github/workflows/meta-labeler.yaml b/.github/workflows/meta-labeler.yaml index 967484b6..a4b2c2d8 100644 --- a/.github/workflows/meta-labeler.yaml +++ b/.github/workflows/meta-labeler.yaml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - name: Labeler - uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0 + uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 with: configuration-path: .github/labeler.yaml repo-token: "${{ secrets.GITHUB_TOKEN }}"