Skip to content

Commit

Permalink
tmp: bump ts
Browse files Browse the repository at this point in the history
  • Loading branch information
stackmystack committed Nov 5, 2024
1 parent a09e3c7 commit a853ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ruby-tree-sitter-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
id: update_versions
run: |
cd ruby-tree-sitter
ls -lah .
TREE_SITTER=$(grep 'tree-sitter-version' parsers.toml | sed -E 's/.*"([0-9.]+)".*/\1/')
sed -i "s/^\([[:space:]]*\)TREESITTER_VERSION = '.*'/\1TREESITTER_VERSION = '$TREE_SITTER'/" lib/tree_sitter/version.rb
PARSERS=$(echo "${{ github.event.release.tag_name }}" | sed "s/^v//")
Expand Down
2 changes: 1 addition & 1 deletion parsers.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tree-sitter-version = "0.23.0"
tree-sitter-version = "0.24.1"

[parsers]
bash = "0.23.0"
Expand Down

0 comments on commit a853ce3

Please sign in to comment.