Skip to content

Commit 1bf9645

Browse files
committed
fix: bump dependencies, worklow @V3
1 parent 89d9f9e commit 1bf9645

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
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: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": {
24-
"access": "public"
25-
},
23+
"publishConfig": { "access": "public" },
2624
"scripts": {
2725
"start": "npx webpack --config webpack.config.js",
2826
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -59,7 +57,5 @@
5957
"webpack-cli": "^4.5.0",
6058
"webpack-log": "^3.0.1"
6159
},
62-
"dependencies": {
63-
"@cocreate/docs": "^1.5.3"
64-
}
60+
"dependencies": { "@cocreate/docs": "^1.5.4" }
6561
}

0 commit comments

Comments
 (0)