Skip to content

Commit

Permalink
ci: bump tree-sitter/setup-action from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [tree-sitter/setup-action](https://github.com/tree-sitter/setup-action) from 1 to 2.
- [Release notes](https://github.com/tree-sitter/setup-action/releases)
- [Commits](tree-sitter/setup-action@v1...v2)

---
updated-dependencies:
- dependency-name: tree-sitter/setup-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and amaanq committed Nov 11, 2024
1 parent bbaecd5 commit 68dd781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/elastic/elasticsearch examples/elasticsearch --single-branch --depth=1 --filter=blob:none
Expand Down

0 comments on commit 68dd781

Please sign in to comment.