Skip to content

Commit 0c76c03

Browse files
fix(deps): bump action-docs from 2.4.0 to 2.4.1 (#469)
Bumps [action-docs](https://github.com/npalm/action-docs) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/npalm/action-docs/releases) - [Changelog](https://github.com/npalm/action-docs/blob/main/CHANGELOG.md) - [Commits](npalm/action-docs@v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: action-docs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6de63b commit 0c76c03

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"license": "MIT",
2929
"dependencies": {
3030
"@actions/core": "^1.10.0",
31-
"action-docs": "^2.4.0"
31+
"action-docs": "^2.4.1"
3232
},
3333
"devDependencies": {
3434
"@types/node": "^20.12.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@ acorn@^8.9.0:
345345
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
346346
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
347347

348-
action-docs@^2.4.0:
349-
version "2.4.0"
350-
resolved "https://registry.yarnpkg.com/action-docs/-/action-docs-2.4.0.tgz#b3e3342ab75288b0a7258249423d6580a58b29f5"
351-
integrity sha512-ALXUZDKRDfVhAvhNF9HHCRMMZXRtq00vb/rPZCJcZZOtwirch8lpWUyE727XMTjguZsK67aciV9d2VRH2opK3A==
348+
action-docs@^2.4.1:
349+
version "2.4.1"
350+
resolved "https://registry.yarnpkg.com/action-docs/-/action-docs-2.4.1.tgz#f8d86a813f2b054c2ff022ac484494bd05bcf581"
351+
integrity sha512-cCbnJVn+h9BNACKpWaZtVUvGEm8NW49QRjKSRUNMA16BpJ0I5jh4AM1wwrFTl8E9ZSceOJsoB20MvC0qz2NKOg==
352352
dependencies:
353353
chalk "^5.3.0"
354354
figlet "^1.7.0"

0 commit comments

Comments
 (0)