diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a6b06fd..3bc83f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: # To use this repository's private action, # you must check out the repository - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: ast-grep lint step id: basic uses: ./ # Uses an action in the root directory