Skip to content

Commit 69e418d

Browse files
Copilotdependabot[bot]coder3101
authored
ci: bump actions/checkout from 5 to 6 and pin tree-sitter CLI to 0.25.10 (#10)
* ci: bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Initial plan * ci: pin tree-sitter CLI version to 0.25.10 and upgrade project Co-authored-by: coder3101 <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: coder3101 <[email protected]>
1 parent 0f514c4 commit 69e418d

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
os: [ubuntu-latest, windows-latest, macos-14]
3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
- name: Set up tree-sitter
3838
uses: tree-sitter/setup-action/cli@v2
39+
with:
40+
tree-sitter-ref: v0.25.10
3941
- name: Run tests
4042
uses: tree-sitter/parser-test-action@v2
4143
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
- name: Set up Node.js
1919
uses: actions/setup-node@v4
2020
with:

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint": "^9.12.0",
3434
"eslint-config-treesitter": "^1.0.2",
3535
"prebuildify": "^6.0.1",
36-
"tree-sitter-cli": "^0.24.3"
36+
"tree-sitter-cli": "0.25.10"
3737
},
3838
"peerDependencies": {
3939
"tree-sitter": "^0.21.1"

0 commit comments

Comments
 (0)