From 9a6b4a8b366a1e0dda4bb4a0f9a592347fe98c87 Mon Sep 17 00:00:00 2001 From: Jeff Tian Date: Fri, 11 Oct 2024 06:04:46 +0800 Subject: [PATCH] docs: fix the action version (#210) prepend the `v` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 554ff23c..117d7a42 100644 --- a/README.md +++ b/README.md @@ -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