jbms / sphinx-immaterial

Adaptation of the popular mkdocs-material material design theme to the sphinx documentation system
https://jbms.github.io/sphinx-immaterial/
Other
177 stars 28 forks source link

Bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.3 #321

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 5 months ago

Bumps peaceiris/actions-gh-pages from 3.9.0 to 3.9.3.

Release notes

Sourced from peaceiris/actions-gh-pages's releases.

actions-github-pages v3.9.3

See CHANGELOG.md for more details.

actions-github-pages v3.9.2

See CHANGELOG.md for more details.

actions-github-pages v3.9.1

  • update deps

See CHANGELOG.md for more details.

Changelog

Sourced from peaceiris/actions-gh-pages's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.9.3 (2023-03-30)

docs

fix

3.9.2 (2023-01-17)

chore

ci

deps

3.9.1 (2023-01-05)

chore

ci

... (truncated)

Commits
  • 373f7f2 chore(release): 3.9.3
  • 00e2f33 chore(release): Add build assets
  • 31c15f0 fix: update known_hosts (#871)
  • 6f6875c chore(deps): update dependency @​types/node to v16.18.23 (#880)
  • ee58d74 chore(deps): update node.js to v16.20.0 (#879)
  • 67383c9 chore(deps): update typescript-eslint monorepo to v5.57.0 (#875)
  • f2f45dd chore(deps): update dependency eslint to v8.37.0 (#877)
  • 69c02d4 chore(deps): update dependency @​types/node to v16.18.22 (#876)
  • b8ecadf chore(deps): update dependency @​types/node to v16.18.21 (#874)
  • 66f12e7 chore(deps): update dependency @​types/node to v16.18.20 (#873)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

2bndy5 commented 5 months ago

Only important change we need from upgrading this action is not yet merged/released. peaceiris/actions-gh-pages#1067 should bump node.js version used by that action to v20.

2bndy5 commented 2 months ago

what we need is now v4.0: https://github.com/peaceiris/actions-gh-pages/commit/4eb285e828117bca26638192c3ed309c622e7bad

2bndy5 commented 2 months ago

@jbms I see you've disabled dependabot updates. Were they too annoying or just not desired? Version bumps can be configured to only notify us on major versions (see here).

As for this action's version we need to update to v4, so it uses node20 instead of node16.

Deadline is unclear (if any), but we are getting a warning in CI runs that deploy built docs:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.


FYI, I kinda like using dependabot. I was pleasantly surprised that it supports using SHA hashes and updates a corresponding comment accordingly (as is done in this PR).

dependabot[bot] commented 2 months ago

Superseded by #344.