Skip to content

Commit 10c346f

Browse files
authored
Update GH action version numbers (#388)
1 parent 51fab6e commit 10c346f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
os: [ubuntu-latest, windows-latest, macos-14]
3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
- name: Set up tree-sitter
3636
uses: tree-sitter/setup-action/cli@v2
3737
- name: Set up examples
@@ -41,7 +41,7 @@ jobs:
4141
git clone https://github.com/OrchardCMS/orchard examples/orchard --single-branch --depth=1 --filter=blob:none
4242
git clone https://github.com/microsoft/PowerToys examples/PowerToys --single-branch --depth=1 --filter=blob:none
4343
- name: Run tests
44-
uses: tree-sitter/parser-test-action@v2
44+
uses: tree-sitter/parser-test-action@v3
4545
with:
4646
test-rust: true
4747
test-node: true

0 commit comments

Comments
 (0)