chore(deps): bump crazy-max/ghaction-github-pages from 3.1.0 to 4.0.0 #8

Open
dependabot[bot] wants to merge 1 commit from dependabot/github_actions/crazy-max/ghaction-github-pages-4.0.0 into main
dependabot[bot] commented 2023-09-11 03:16:33 +02:00 (Migrated from github.com)

Bumps crazy-max/ghaction-github-pages from 3.1.0 to 4.0.0.

Release notes

Sourced from crazy-max/ghaction-github-pages's releases.

v4.0.0

Full Changelog: https://github.com/crazy-max/ghaction-github-pages/compare/v3.2.0...v4.0.0

v3.2.0

Full Changelog: https://github.com/crazy-max/ghaction-github-pages/compare/v3.1.0...v3.2.0

Commits
  • c05ee63 Merge pull request #210 from crazy-max/dependabot/github_actions/actions/chec...
  • 7f59d4a Merge pull request #211 from crazy-max/update-node20
  • 229f285 chore: node 20 as default runtime
  • 6a5256b chore: update generated content
  • 7154ce4 chore: update dev dependencies
  • 20396b6 chore: update to node 20
  • 480eb91 chore: update yarn to 3.6.3
  • 85d1918 codecov: update config
  • c4bdb54 Bump actions/checkout from 3 to 4
  • 5859b4e Merge pull request #200 from crazy-max/update-readme
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> 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)
Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 3.1.0 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crazy-max/ghaction-github-pages/releases">crazy-max/ghaction-github-pages's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <ul> <li>Node 20 as default runtime (requires <a href="https://github.com/actions/runner/releases/tag/v2.308.0">Actions Runner v2.308.0</a> or later) by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/crazy-max/ghaction-github-pages/pull/211">crazy-max/ghaction-github-pages#211</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/crazy-max/ghaction-github-pages/compare/v3.2.0...v4.0.0">https://github.com/crazy-max/ghaction-github-pages/compare/v3.2.0...v4.0.0</a></p> <h2>v3.2.0</h2> <ul> <li>Bump <code>@​actions/exec</code> from 1.1.0 to 1.1.1 by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/crazy-max/ghaction-github-pages/pull/188">crazy-max/ghaction-github-pages#188</a></li> <li>Bump fs-extra from 10.0.0 to 11.1.1 by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/crazy-max/ghaction-github-pages/pull/187">crazy-max/ghaction-github-pages#187</a></li> <li>Bump semver from 7.3.7 to 7.5.4 in <a href="https://redirect.github.com/crazy-max/ghaction-github-pages/pull/192">crazy-max/ghaction-github-pages#192</a></li> <li>Bump word-wrap from 1.2.3 to 1.2.5 in <a href="https://redirect.github.com/crazy-max/ghaction-github-pages/pull/197">crazy-max/ghaction-github-pages#197</a></li> <li>Update yarn to 3.5.1 by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/crazy-max/ghaction-github-pages/pull/185">crazy-max/ghaction-github-pages#185</a></li> <li>Update dev dependencies by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/crazy-max/ghaction-github-pages/pull/186">crazy-max/ghaction-github-pages#186</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/crazy-max/ghaction-github-pages/compare/v3.1.0...v3.2.0">https://github.com/crazy-max/ghaction-github-pages/compare/v3.1.0...v3.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crazy-max/ghaction-github-pages/commit/c05ee637ec73429400a359430db8e5629f3f2564"><code>c05ee63</code></a> Merge pull request <a href="https://redirect.github.com/crazy-max/ghaction-github-pages/issues/210">#210</a> from crazy-max/dependabot/github_actions/actions/chec...</li> <li><a href="https://github.com/crazy-max/ghaction-github-pages/commit/7f59d4a174d4fc3ee6ec6a676e72a32a2f4f9902"><code>7f59d4a</code></a> Merge pull request <a href="https://redirect.github.com/crazy-max/ghaction-github-pages/issues/211">#211</a> from crazy-max/update-node20</li> <li><a href="https://github.com/crazy-max/ghaction-github-pages/commit/229f285522a5e46f3242fae475023fabeb0902e5"><code>229f285</code></a> chore: node 20 as default runtime</li> <li><a href="https://github.com/crazy-max/ghaction-github-pages/commit/6a5256b369795cd8628ff6ef551082cbf3baacd2"><code>6a5256b</code></a> chore: update generated content</li> <li><a href="https://github.com/crazy-max/ghaction-github-pages/commit/7154ce4dbdad98f323d7c4663f9abc905364ae8d"><code>7154ce4</code></a> chore: update dev dependencies</li> <li><a href="https://github.com/crazy-max/ghaction-github-pages/commit/20396b64d6e0f93e1df41e58158a54db5a650269"><code>20396b6</code></a> chore: update to node 20</li> <li><a href="https://github.com/crazy-max/ghaction-github-pages/commit/480eb91607d3c5cbf9d17e5f3278ae8d2585984c"><code>480eb91</code></a> chore: update yarn to 3.6.3</li> <li><a href="https://github.com/crazy-max/ghaction-github-pages/commit/85d191858eaba8cf02112e2639353d85718d8977"><code>85d1918</code></a> codecov: update config</li> <li><a href="https://github.com/crazy-max/ghaction-github-pages/commit/c4bdb54196142705ea3530d5a17463c6d2a3931b"><code>c4bdb54</code></a> Bump actions/checkout from 3 to 4</li> <li><a href="https://github.com/crazy-max/ghaction-github-pages/commit/5859b4ea7efe6b470a5b19c570460eae9323aefc"><code>5859b4e</code></a> Merge pull request <a href="https://redirect.github.com/crazy-max/ghaction-github-pages/issues/200">#200</a> from crazy-max/update-readme</li> <li>Additional commits viewable in <a href="https://github.com/crazy-max/ghaction-github-pages/compare/v3.1.0...v4.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crazy-max/ghaction-github-pages&package-manager=github_actions&previous-version=3.1.0&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/github_actions/crazy-max/ghaction-github-pages-4.0.0:dependabot/github_actions/crazy-max/ghaction-github-pages-4.0.0
git switch dependabot/github_actions/crazy-max/ghaction-github-pages-4.0.0

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/github_actions/crazy-max/ghaction-github-pages-4.0.0
git switch dependabot/github_actions/crazy-max/ghaction-github-pages-4.0.0
git rebase main
git switch main
git merge --ff-only dependabot/github_actions/crazy-max/ghaction-github-pages-4.0.0
git switch dependabot/github_actions/crazy-max/ghaction-github-pages-4.0.0
git rebase main
git switch main
git merge --no-ff dependabot/github_actions/crazy-max/ghaction-github-pages-4.0.0
git switch main
git merge --squash dependabot/github_actions/crazy-max/ghaction-github-pages-4.0.0
git switch main
git merge --ff-only dependabot/github_actions/crazy-max/ghaction-github-pages-4.0.0
git switch main
git merge dependabot/github_actions/crazy-max/ghaction-github-pages-4.0.0
git push origin main
Sign in to join this conversation.
No description provided.