Skip to content

Commit 6735ca2

Browse files
committed
update ci tmp
1 parent 7269afc commit 6735ca2

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
@@ -21,7 +21,7 @@ jobs:
2121
os: [ubuntu-latest, windows-latest, macos-latest]
2222
steps:
2323
- name: Set up repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Set up tree-sitter
2727
uses: tree-sitter/setup-action@v2
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-latest
7373
steps:
7474
- name: Set up repository
75-
uses: actions/checkout@v4
75+
uses: actions/checkout@v5
7676

7777
- name: Set up tree-sitter
7878
uses: tree-sitter/setup-action@v2

0 commit comments

Comments
 (0)