浏览代码

[create]Update actions version

dufu1991 3 年之前
父节点
当前提交
06471d112f
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      .github/workflows/publish-create.yml
  2. 1 1
      packages/create-stdf/package.json

+ 2 - 2
.github/workflows/publish-create.yml

@@ -18,10 +18,10 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v4
 
       - name: Setup Node.js environment
-        uses: actions/setup-node@v1
+        uses: actions/setup-node@v3
         with:
           node-version: 18.x
 

+ 1 - 1
packages/create-stdf/package.json

@@ -1,6 +1,6 @@
 {
 	"name": "create-stdf",
-	"version": "0.0.46",
+	"version": "0.0.47",
 	"description": "A CLI for creating new STDF projects",
 	"bin": {
 		"create-stdf": "index.js"