Skip to content

Commit

Permalink
docs: fix the action version (#210)
Browse files Browse the repository at this point in the history
prepend the `v`
  • Loading branch information
Jeff-Tian authored Oct 10, 2024
1 parent 1134c89 commit 9a6b4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
- 1
- 2
steps:
- uses: actions/checkout@3
- uses: actions/checkout@v4
- name: Use Node.js 16.x
uses: actions/setup-node@3
uses: actions/setup-node@v3
with:
node-version: 16.x

Expand Down

0 comments on commit 9a6b4a8

Please sign in to comment.