Skip to content

Commit 5b68a29

Browse files
committed
Update Github workflow
1 parent fa08b06 commit 5b68a29

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
on:
22
workflow_dispatch:
3-
schedule:
4-
- cron: '33 5 * * 0'
53
push:
64
branches: [main]
75
paths:
@@ -32,7 +30,7 @@ jobs:
3230
os: [ubuntu-latest, windows-latest, macos-latest]
3331
steps:
3432
- name: Checkout repository
35-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3634
with:
3735
submodules: true
3836
- name: Set up tree-sitter

0 commit comments

Comments
 (0)