Browse Source

Bump crazy-max/ghaction-github-pages from 3.0.0 to 3.1.0 (#2353)

Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 3.0.0 to 3.1.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>v3.1.0</h2>
<ul>
<li>Bump <code>@​actions/core</code> from 1.6.0 to 1.10.0 (<a href="https://github-redirect.dependabot.com/crazy-max/ghaction-github-pages/issues/177">#177</a> <a href="https://github-redirect.dependabot.com/crazy-max/ghaction-github-pages/issues/178">#178</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/crazy-max/ghaction-github-pages/compare/v3.0.0...v3.1.0">https://github.com/crazy-max/ghaction-github-pages/compare/v3.0.0...v3.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c0d7ff0487"><code>c0d7ff0</code></a> ci: workflow to cleanup branches for testing</li>
<li><a href="053b675037"><code>053b675</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/crazy-max/ghaction-github-pages/issues/178">#178</a> from crazy-max/dependabot/npm_and_yarn/actions/core-1...</li>
<li><a href="a1e6816a14"><code>a1e6816</code></a> Update generated content</li>
<li><a href="0ae3ef53ee"><code>0ae3ef5</code></a> Bump <code>@​actions/core</code> from 1.9.1 to 1.10.0</li>
<li><a href="0296cd1420"><code>0296cd1</code></a> Bump <code>@​actions/core</code> from 1.6.0 to 1.9.1 (<a href="https://github-redirect.dependabot.com/crazy-max/ghaction-github-pages/issues/177">#177</a>)</li>
<li><a href="1e41069b10"><code>1e41069</code></a> Fix git.io link</li>
<li><a href="d6c9164043"><code>d6c9164</code></a> Bump official actions to latest major</li>
<li><a href="2823dae6ea"><code>2823dae</code></a> Bump actions to latest major</li>
<li><a href="3dd7a2ef4e"><code>3dd7a2e</code></a> Update CHANGELOG</li>
<li>See full diff in <a href="https://github.com/crazy-max/ghaction-github-pages/compare/v3.0.0...v3.1.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.0.0&new-version=3.1.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 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>
pull/2355/head
dependabot[bot] 2 years ago
parent
commit
deb9ec208c
  1. 2
      .github/workflows/master.yml

2
.github/workflows/master.yml

@ -35,7 +35,7 @@ jobs:
if [ -d target/doc_upload ]; then rm -rf target/doc_upload; fi
mkdir target/doc_upload && mv target/doc target/doc_upload/doc
- name: Upload documentation
uses: crazy-max/ghaction-github-pages@v3.0.0
uses: crazy-max/ghaction-github-pages@v3.1.0
with:
target_branch: gh-pages
keep_history: true

Loading…
Cancel
Save