Skip to content

Commit 219b66a

Browse files
authored
Update ci.yml
1 parent 834b121 commit 219b66a

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
@@ -5,10 +5,10 @@ jobs:
55
runs-on: ubuntu-22.04
66
steps:
77
- name: Checkout
8-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
8+
uses: actions/checkout@v4
99
with:
1010
submodules: recursive
1111
- name: Install npm dependencies
1212
run: npm install
1313
- name: linter readme.md
14-
run: npm run lint:markdown
14+
run: npm run lint:markdown

0 commit comments

Comments
 (0)