diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 9782bd5..d5f7a62 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v7 - name: Label PR based on pushed file paths continue-on-error: true - uses: actions/labeler@v6.1.0 + uses: actions/labeler@v7.0.0 with: repo-token: ${{ secrets.repoAccessToken }} configuration-path: ${{ inputs.labelerConfig }}