Skip to content

Commit e046064

Browse files
committed
fix checkout action version
1 parent 194c59b commit e046064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
build:
1111
runs-on: macos-latest
1212
steps:
13-
- uses: actions/checkout@v
13+
- uses: actions/checkout@v4
1414
- name: make check
1515
run: make check

0 commit comments

Comments
 (0)