diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 29fa3ac029..952bcbfbed 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -17,7 +17,7 @@ jobs: sync-labels: true - name: Checkout PR code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0