diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index aeacad7..249d1b4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{github.event.pull_request.head.ref}} fetch-depth: 0