Skip to content

Commit 9a6b4a8

Browse files
authored
docs: fix the action version (#210)
prepend the `v`
1 parent 1134c89 commit 9a6b4a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
- 1
8787
- 2
8888
steps:
89-
- uses: actions/checkout@3
89+
- uses: actions/checkout@v4
9090
- name: Use Node.js 16.x
91-
uses: actions/setup-node@3
91+
uses: actions/setup-node@v3
9292
with:
9393
node-version: 16.x
9494

0 commit comments

Comments
 (0)