Skip to content

Commit b276ec8

Browse files
Bump actions/deploy-pages from 2.0.2 to 2.0.3 (#510)
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2.0.2 to 2.0.3. <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.3</h2> <h1>Changelog</h1> <ul> <li>Add error message for file permissions <a href="https://github.com/tsusdere"><code>@​tsusdere</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/187">#187</a>)</li> <li>Bump <code>@​octokit/request-error</code> from 3.0.3 to 4.0.1 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/182">#182</a>)</li> </ul> <hr /> <p>See details of <a href="https://github.com/actions/deploy-pages/compare/v2.0.2...v2.0.3">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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/deploy-pages/commit/12ab2b16cf43a7a061fe99da74b6f8f11fb77f5b"><code>12ab2b1</code></a> Merge pull request <a href="https://redirect.github.com/actions/deploy-pages/issues/187">#187</a> from actions/update-deploy-error-message</li> <li><a href="https://github.com/actions/deploy-pages/commit/157c090d5a10ac84d3716cd3bd1f7b0518931e8c"><code>157c090</code></a> update dist</li> <li><a href="https://github.com/actions/deploy-pages/commit/39bfa7a81985d3823d70bbcb2aff5f6e4dd85e44"><code>39bfa7a</code></a> Update dist/index.js</li> <li><a href="https://github.com/actions/deploy-pages/commit/cdd88557f6059ecf79e5a409ea2413078d83d96b"><code>cdd8855</code></a> update index</li> <li><a href="https://github.com/actions/deploy-pages/commit/9cf15d70b7108a715dd9ccf9c26ec5c685995633"><code>9cf15d7</code></a> Update deployment.js</li> <li><a href="https://github.com/actions/deploy-pages/commit/80d8f1cab899205a145dbe8a3d9b3ba795b4554a"><code>80d8f1c</code></a> Merge pull request <a href="https://redirect.github.com/actions/deploy-pages/issues/182">#182</a> from actions/dependabot/npm_and_yarn/octokit/request-...</li> <li><a href="https://github.com/actions/deploy-pages/commit/ffdf102557205623cc20d62ed386d0ebb909befd"><code>ffdf102</code></a> Update distributables after Dependabot 🤖</li> <li><a href="https://github.com/actions/deploy-pages/commit/a1b3914731a1bfe867f22fb7a04b77eb09b5f085"><code>a1b3914</code></a> Bump <code>@​octokit/request-error</code> from 3.0.3 to 4.0.1</li> <li>See full diff in <a href="https://github.com/actions/deploy-pages/compare/v2.0.2...v2.0.3">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=2.0.2&new-version=2.0.3)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da3a8c2 commit b276ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
steps:
268268
- name: Deploy JavaDocs build artifact to GitHub Pages
269269
id: snapshot-javadocs
270-
uses: actions/[email protected].2
270+
uses: actions/[email protected].3
271271

272272
- name: Delete temporary artifacts
273273
uses: geekyeggo/[email protected]

0 commit comments

Comments
 (0)