Skip to content

Commit 5686839

Browse files
committed
chore(deps) Update all non-major dependencies
1 parent 37e1b94 commit 5686839

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: 🛑 Cancel Previous Runs
23-
uses: styfle/cancel-workflow-action@0.9.1
23+
uses: styfle/cancel-workflow-action@0.12.1
2424
with:
2525
access_token: ${{ secrets.GITHUB_TOKEN }}
2626

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cz-conventional-changelog",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Commitizen adapter following the conventional-changelog format.",
55
"main": "index.js",
66
"scripts": {
@@ -38,7 +38,7 @@
3838
"semver": "^7.6.3"
3939
},
4040
"optionalDependencies": {
41-
"@commitlint/load": "6.1.1"
41+
"@commitlint/load": "6.1.3"
4242
},
4343
"config": {
4444
"commitizen": {

0 commit comments

Comments
 (0)