diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index d23adf1..911d634 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -23,9 +23,11 @@ jobs: pull-requests: write runs-on: ${{ inputs.runner }} steps: + - name: Checkout + uses: actions/checkout@v4 - name: Label PR based on pushed file paths continue-on-error: true - uses: actions/labeler@v4 + uses: actions/labeler@v6 with: repo-token: ${{ secrets.repoAccessToken }} configuration-path: ${{ inputs.labelerConfig }}