We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab86bcd commit 9b201c2Copy full SHA for 9b201c2
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Checkout repository
34
uses: actions/checkout@v4
35
- name: Set up tree-sitter
36
- uses: tree-sitter/setup-action/cli@v1
+ uses: tree-sitter/setup-action/cli@v2
37
- name: Set up examples
38
run: |-
39
git clone https://github.com/rust-lang-nursery/bitflags examples/bitflags --single-branch --depth=1 --filter=blob:none
0 commit comments