diff --git a/.github/workflows/checkstyle.yaml b/.github/workflows/checkstyle.yaml index ddcc2b8581f..ce1e1fb8a46 100644 --- a/.github/workflows/checkstyle.yaml +++ b/.github/workflows/checkstyle.yaml @@ -12,7 +12,7 @@ jobs: checkstyle: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }} - name: Install dependencies