Skip to content

Commit

Permalink
bump dependency version
Browse files Browse the repository at this point in the history
* fix: bump dependency version
  • Loading branch information
jeronimoek authored Mar 23, 2023
1 parent 642847e commit 55426a0
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 34 deletions.
8 changes: 4 additions & 4 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 31 additions & 8 deletions node_modules/markdown-vscode-contributions/dist/cjs/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 27 additions & 8 deletions node_modules/markdown-vscode-contributions/dist/esm/index.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/markdown-vscode-contributions/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-vscode-contributions-action",
"version": "1.0.12",
"version": "1.0.13",
"description": "Github Action that updates a markdown file using the Markdown VSCode Contributions package",
"license": "MIT",
"type": "module",
Expand All @@ -12,6 +12,6 @@
"dependencies": {
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"markdown-vscode-contributions": "1.0.4"
"markdown-vscode-contributions": "1.1.2"
}
}
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ async function run() {
"Markdown hasn't changed and skip-on-no-changes is enabled so we skip this step"
);
core.setOutput("skipped", "true");

return;
}

Expand Down

0 comments on commit 55426a0

Please sign in to comment.