Skip to content

Commit

Permalink
fix(deps): bump action-docs from 2.4.0 to 2.4.1 (#469)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored May 23, 2024
1 parent b6de63b commit 0c76c03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"action-docs": "^2.4.0"
"action-docs": "^2.4.1"
},
"devDependencies": {
"@types/node": "^20.12.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,10 @@ acorn@^8.9.0:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==

action-docs@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/action-docs/-/action-docs-2.4.0.tgz#b3e3342ab75288b0a7258249423d6580a58b29f5"
integrity sha512-ALXUZDKRDfVhAvhNF9HHCRMMZXRtq00vb/rPZCJcZZOtwirch8lpWUyE727XMTjguZsK67aciV9d2VRH2opK3A==
action-docs@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/action-docs/-/action-docs-2.4.1.tgz#f8d86a813f2b054c2ff022ac484494bd05bcf581"
integrity sha512-cCbnJVn+h9BNACKpWaZtVUvGEm8NW49QRjKSRUNMA16BpJ0I5jh4AM1wwrFTl8E9ZSceOJsoB20MvC0qz2NKOg==
dependencies:
chalk "^5.3.0"
figlet "^1.7.0"
Expand Down

0 comments on commit 0c76c03

Please sign in to comment.