ansible-community / github-docs-build

GitHub actions and workflows for building Ansible collection documentation.
GNU General Public License v3.0
10 stars 6 forks source link

Bump peaceiris/actions-gh-pages to 3.9.0. #63

Closed felixfontein closed 1 year ago

felixfontein commented 1 year ago

Right now the shared workflow triggers a warning (Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305). Let's upgrade the action to 3.9.0 which fixes that (https://github.com/peaceiris/actions-gh-pages/blob/v3.9.0/CHANGELOG.md#feat).

felixfontein commented 1 year ago

I'm also using dependabot for workflows in the antsibullbot* repositories. Adding it is pretty simple, simply add a file like https://github.com/ansible-community/antsibull/blob/main/.github/dependabot.yml into this repository's .github directory. Maybe we should try this out, just to see what happens.