diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80b8f2c1..296b59b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Set up tree-sitter - uses: tree-sitter/setup-action/cli@v1 + uses: tree-sitter/setup-action/cli@v2 - name: Set up examples run: | git clone https://github.com/ruby/spec examples/ruby_spec --single-branch --depth=1 --filter=blob:none