Skip to content

Commit f949669

Browse files
fix(deps): bump action-docs from 2.4.1 to 2.4.3 (#516)
* fix(deps): bump action-docs from 2.4.1 to 2.4.3 Bumps [action-docs](https://github.com/npalm/action-docs) from 2.4.1 to 2.4.3. - [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.1...v2.4.3) --- updated-dependencies: - dependency-name: action-docs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(ci): Updating dist and docs --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 47a1500 commit f949669

4 files changed

Lines changed: 34 additions & 32 deletions

File tree

dist/index.js

Lines changed: 28 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1"
31+
"action-docs": "^2.4.3"
3232
},
3333
"devDependencies": {
3434
"@types/node": "^22.4.1",

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.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==
348+
action-docs@^2.4.3:
349+
version "2.4.3"
350+
resolved "https://registry.yarnpkg.com/action-docs/-/action-docs-2.4.3.tgz#e462979763b94a1b4808421c01f06accb8a5c520"
351+
integrity sha512-I5gbmNwrxH/BroXbqZ6ZdDtEJzQ13ezTqPKnzLZjh2DL0a/H1eyKxqDhZpJpWnZ8MlzoqrQ8Jg2ajOREg7GLiQ==
352352
dependencies:
353353
chalk "^5.3.0"
354354
figlet "^1.7.0"

0 commit comments

Comments
 (0)