diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 911d634..d7f0973 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 - name: Label PR based on pushed file paths continue-on-error: true - uses: actions/labeler@v6 + uses: actions/labeler@v6.0.1 with: repo-token: ${{ secrets.repoAccessToken }} configuration-path: ${{ inputs.labelerConfig }}