Просмотр исходного кода

[create]Update actions version

dufu1991 3 лет назад
Родитель
Сommit
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:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v4
 
 
       - name: Setup Node.js environment
       - name: Setup Node.js environment
-        uses: actions/setup-node@v1
+        uses: actions/setup-node@v3
         with:
         with:
           node-version: 18.x
           node-version: 18.x
 
 

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

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