diff --git a/.github/workflows/pr-label.yml b/.github/workflows/pr-label.yml index a3c7d9e813..3d89dd369b 100644 --- a/.github/workflows/pr-label.yml +++ b/.github/workflows/pr-label.yml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Labeler - uses: actions/labeler@v4.2.0 + uses: actions/labeler@v4.3.0 with: repo-token: "${{ secrets.PAT }}"