Skip to content

Commit 4209089

Browse files
committed
fix: bump dependencies, worklow @V3
1 parent 63b7fd7 commit 4209089

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.github/workflows/automated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
- name: Semantic Release
23-
uses: cycjimmy/semantic-release-action@v2
23+
uses: cycjimmy/semantic-release-action@v3
2424
id: semantic
2525
with:
2626
extra_plugins: |

package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
"name": "@cocreate/docs",
33
"version": "1.5.4",
44
"description": "Documentation generator ",
5-
"keywords": [
6-
"cocreate",
7-
"lowcode",
8-
"doc-generator"
9-
],
5+
"keywords": ["cocreate", "lowcode", "doc-generator"],
106
"main": "app.js",
117
"scripts": {
128
"test": "echo \"Error: no test specified\" && exit 1",
@@ -21,13 +17,11 @@
2117
},
2218
"author": "CoCreate LLC",
2319
"license": "MIT",
24-
"bugs": {
25-
"url": "https://github.com/CoCreate-app/CoCreate-docs/issues"
26-
},
20+
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-docs/issues" },
2721
"homepage": "https://github.com/CoCreate-app/CoCreate-docs#readme",
2822
"dependencies": {
29-
"@cocreate/crud-client": "^1.17.11",
30-
"@cocreate/hosting": "^1.7.3",
23+
"@cocreate/crud-client": "^1.17.12",
24+
"@cocreate/hosting": "^1.7.4",
3125
"extract-comments": "^1.1.0",
3226
"glob": "^7.1.6",
3327
"mime-types": "^2.1.35",

0 commit comments

Comments
 (0)