diff --git a/tree-sitter.yaml b/tree-sitter.yaml index 18f109f3981..525c053dc56 100644 --- a/tree-sitter.yaml +++ b/tree-sitter.yaml @@ -1,6 +1,6 @@ package: name: tree-sitter - version: 0.22.6 + version: 0.23.0 epoch: 0 description: "Incremental parsing system for programming tools" copyright: @@ -20,7 +20,7 @@ pipeline: with: repository: https://github.com/tree-sitter/tree-sitter tag: v${{package.version}} - expected-commit: b40f342067a89cd6331bf4c27407588320f3c263 + expected-commit: 12fb31826b8469cc7b9788e72bceee5af1cf0977 - uses: autoconf/make