Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixup GitHub actions error messages (#4037)
* Update GitHub actions/checkout to v3 Currently when the linter runs it produces this warning Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. This commit updates the GitHub action to use the actions/checkout action that uses Node.js 16 Signed-off-by: Gene Wood <[email protected]> * Update markdownlint-cli2-action to version 5 Currently the lint GitHub action produces these warnings Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, carlosperate/[email protected], DavidAnson/markdownlint-cli2-action@v4. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. This is resolved for markdownlint-cli2-action by updating to v5.0.0 https://github.com/DavidAnson/markdownlint-cli2-action/releases/tag/v5.0.0 This commit updates the action to use that new version Signed-off-by: Gene Wood <[email protected]> * Update download-file-action GitHub Action to v1.1.2 Currently the lint GitHub action produces these warnings Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, carlosperate/[email protected], DavidAnson/markdownlint-cli2-action@v4. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. This is resolved in download-file-action at v1.1.2 https://github.com/carlosperate/download-file-action/releases/tag/v1.1.2 This commit updates the action to use this new version Signed-off-by: Gene Wood <[email protected]> * Fix lint issue with inconsistent strong style This resolves the lint error ``` content/custom_resource_glossary.md:258:44 MD050/strong-style Strong style should be consistent [Expected: underscore; Actual: asterisk] ``` Signed-off-by: Gene Wood <[email protected]> --------- Signed-off-by: Gene Wood <[email protected]> Co-authored-by: Ian Maddaus <[email protected]>
- Loading branch information