[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
build(deps): bump actions/deploy-pages from 1 to 2 (#800)
Browse files Browse the repository at this point in the history
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages)
from 1 to 2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/deploy-pages/releases">actions/deploy-pages's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<h1>Changelog</h1>
<ul>
<li><strong>REAPPLY:</strong> Update the deployment API endpoints used
by the api-client module <a
href="https://github.com/TooManyBees"><code>@​TooManyBees</code></a> /
<a
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/deploy-pages/issues/140">#140</a>)</li>
</ul>
<hr />
<p>See details of <a
href="https://github.com/actions/deploy-pages/compare/v1.2.8...v2.0.0">all
code changes</a> since previous release.</p>
<p>:warning: For use with products other than GitHub.com, such as GitHub
Enterprise Server, please consult the <a
href="https://github.com/actions/deploy-pages/#compatibilty">compatibility
table</a>.</p>
<h2>v1.2.8</h2>
<p>⚠️ This release is essentially a revert of <a
href="https://github.com/actions/deploy-pages/releases/v1.2.7"><code>v1.2.7</code></a>
and identical to the prior release <a
href="https://github.com/actions/deploy-pages/releases/v1.2.6"><code>v1.2.6</code></a>.</p>
<h1>Changelog</h1>
<ul>
<li>Revert shifted Deployments API endpoint usage <a
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/deploy-pages/issues/139">#139</a>)</li>
</ul>
<p>See details of <a
href="https://github.com/actions/deploy-pages/compare/v1.2.7...v1.2.8">all
code changes</a> since previous release.</p>
<h2>v1.2.7</h2>
<h1>Changelog</h1>
<ul>
<li>Update the deployment API endpoints used by the api-client module <a
href="https://github.com/TooManyBees"><code>@​TooManyBees</code></a> (<a
href="https://redirect.github.com/actions/deploy-pages/issues/136">#136</a>)</li>
</ul>
<p>See details of <a
href="https://github.com/actions/deploy-pages/compare/v1.2.6...v1.2.7">all
code changes</a> since previous release.</p>
<h2>v1.2.6</h2>
<h1>Changelog</h1>
<ul>
<li>Bump eslint from 8.35.0 to 8.36.0 <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
href="https://redirect.github.com/actions/deploy-pages/issues/133">#133</a>)</li>
<li>Bump <code>@​actions/http-client</code> from 2.0.1 to 2.1.0 <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
href="https://redirect.github.com/actions/deploy-pages/issues/134">#134</a>)</li>
</ul>
<p>See details of <a
href="https://github.com/actions/deploy-pages/compare/v1.2.5...v1.2.6">all
code changes</a> since previous release.</p>
<h2>v1.2.5</h2>
<h1>Changelog</h1>
<ul>
<li>Use the <code>@actions/http-client</code> and
<code>@actions/github</code> modules for proxy support <a
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/deploy-pages/issues/124">#124</a>)</li>
<li>Improve name of distributables checking workflow <a
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/deploy-pages/issues/131">#131</a>)</li>
<li>Bump eslint-config-prettier from 8.6.0 to 8.7.0 <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
href="https://redirect.github.com/actions/deploy-pages/issues/130">#130</a>)</li>
<li>Bump jest from 29.4.3 to 29.5.0 <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
href="https://redirect.github.com/actions/deploy-pages/issues/129">#129</a>)</li>
<li>Bump eslint from 8.34.0 to 8.35.0 <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
href="https://redirect.github.com/actions/deploy-pages/issues/127">#127</a>)</li>
<li>Revise Dependabot rebuild workflow <a
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/deploy-pages/issues/126">#126</a>)</li>
<li>Deprecate the <code>conclusion</code> parameter for the Action <a
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/deploy-pages/issues/125">#125</a>)</li>
<li>Bump prettier from 2.8.3 to 2.8.4 <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
href="https://redirect.github.com/actions/deploy-pages/issues/123">#123</a>)</li>
<li>Bump jest from 29.4.1 to 29.4.3 <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
href="https://redirect.github.com/actions/deploy-pages/issues/122">#122</a>)</li>
<li>Bump eslint from 8.33.0 to 8.34.0 <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
href="https://redirect.github.com/actions/deploy-pages/issues/121">#121</a>)</li>
<li>Separate use of Release Drafter <a
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/deploy-pages/issues/119">#119</a>)</li>
<li>Bump axios from 1.3.0 to 1.3.3 <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
href="https://redirect.github.com/actions/deploy-pages/issues/113">#113</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/deploy-pages/commit/ee48c7b82e077d7b8ef30b50a719e6a792a50c9a"><code>ee48c7b</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/deploy-pages/issues/183">#183</a>
from actions/dependabot/npm_and_yarn/eslint-8.42.0</li>
<li><a
href="https://github.com/actions/deploy-pages/commit/d9731c4933e9a04a8cd083c8134107c066d25271"><code>d9731c4</code></a>
Bump eslint from 8.40.0 to 8.42.0</li>
<li><a
href="https://github.com/actions/deploy-pages/commit/90eb49531e6514f61ca50fa0df9a60ba73bb5662"><code>90eb495</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/deploy-pages/issues/181">#181</a>
from actions/dependabot/npm_and_yarn/eslint-plugin-gi...</li>
<li><a
href="https://github.com/actions/deploy-pages/commit/27cfbcb894b515e4f3b9f7405c2b08c70a3f5c0c"><code>27cfbcb</code></a>
Bump eslint-plugin-github from 4.7.0 to 4.8.0</li>
<li><a
href="https://github.com/actions/deploy-pages/commit/dc213a7f7d406bce58c339a5a0238e6d5a10aaf5"><code>dc213a7</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/deploy-pages/issues/177">#177</a>
from actions/artifact-size</li>
<li><a
href="https://github.com/actions/deploy-pages/commit/fdbbcdba1c4085f38234033009a7c2c7482d231d"><code>fdbbcdb</code></a>
Update distributables (again)</li>
<li><a
href="https://github.com/actions/deploy-pages/commit/2c56c1e0f783aeade20f3ec383de5de4b28a63aa"><code>2c56c1e</code></a>
Tweak wording</li>
<li><a
href="https://github.com/actions/deploy-pages/commit/2fb2bbeb029c19dabf085c6bf18124f08a67b828"><code>2fb2bbe</code></a>
Check artifact size and warn if too large</li>
<li><a
href="https://github.com/actions/deploy-pages/commit/b580d214b4e13b2a70d0e04376a86ed862ebb558"><code>b580d21</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/deploy-pages/issues/169">#169</a>
from actions/dependabot/npm_and_yarn/eslint-8.40.0</li>
<li><a
href="https://github.com/actions/deploy-pages/commit/19e3eb4e0c7ad1dd4624b9686299f890cafa13bd"><code>19e3eb4</code></a>
Bump eslint from 8.38.0 to 8.40.0</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/deploy-pages/compare/v1...v2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/deploy-pages&package-manager=github_actions&previous-version=1&new-version=2)](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>
  • Loading branch information
daudix authored Jul 10, 2023
2 parents 3944b03 + 8ebb1f7 commit ab021b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
steps:
- name: GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2

0 comments on commit ab021b1

Please sign in to comment.