Skip to content

Commit

Permalink
Merge #296
Browse files Browse the repository at this point in the history
296: build(deps): bump JamesIves/github-pages-deploy-action from 4.3.0 to 4.3.3 r=alaviss a=dependabot[bot]

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.3.0 to 4.3.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/JamesIves/github-pages-deploy-action/releases">JamesIves/github-pages-deploy-action's releases</a>.</em></p>
<blockquote>
<h2>v4.3.3</h2>
<h2>Changes</h2>
<ul>
<li>Resolves an issue in some workflows that were caused by a recent change to permission handling.</li>
</ul>
<h2>v4.3.2</h2>
<h2>Changes</h2>
<ul>
<li>Resolves an issue with folder permissions that causes an issue in container workflows when rsync attempts to run.</li>
</ul>
<h2>v4.3.1</h2>
<h2>Changes</h2>
<ul>
<li>Resolves an issue caused by Git 2.36 when running the action within a container.
<ul>
<li>The working directory is now added to the <code>safe.directory</code> global directory.</li>
<li>Integration tests have been updated so one of the samples run in a Docker container so this gets picked up by integration tests in the future.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/8817a56e5bfec6e2b08345c81f4d422db53a2cdc"><code>8817a56</code></a> Deploy Production Code for Commit ae37c60fe8d01923a1de37528b432651db4d5126 🚀</li>
<li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/ae37c60fe8d01923a1de37528b432651db4d5126"><code>ae37c60</code></a> Merge branch 'dev' into releases/v4</li>
<li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/2a5af96eac8d1e3e74908c128b6f401cb60219b4"><code>2a5af96</code></a> Bump <code>`@​types/node</code>` from 17.0.25 to 17.0.26 (<a href="https://github-redirect.dependabot.com/JamesIves/github-pages-deploy-action/issues/1089">#1089</a>)</li>
<li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/0d30c74a47191b99f69e2af8579c0187ab8dfca6"><code>0d30c74</code></a> Bump eslint-plugin-jest from 26.1.4 to 26.1.5 (<a href="https://github-redirect.dependabot.com/JamesIves/github-pages-deploy-action/issues/1090">#1090</a>)</li>
<li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/5cd1eefe6421e68e1efc36a0787928f8b199d280"><code>5cd1eef</code></a> Bump JamesIves/github-pages-deploy-action from 4.3.0 to 4.3.2 (<a href="https://github-redirect.dependabot.com/JamesIves/github-pages-deploy-action/issues/1091">#1091</a>)</li>
<li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/119d340e2258367e135e1ee9f1388f6e797dc959"><code>119d340</code></a> Formatting</li>
<li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/d34d41a21e013b2b09dbd41b3a1158f97cc69e9c"><code>d34d41a</code></a> Modifies permissions</li>
<li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/bd8e5da3f8dd49805b8dbeb64e324e13f816e0bd"><code>bd8e5da</code></a> Release 4.3.2 📣</li>
<li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/55974d46d95c57ce803a56e3645ddb7517f7c62f"><code>55974d4</code></a> Deploy Production Code for Commit 7cde9b78361691d714ecc1047ba4058f354bf6f7 🚀</li>
<li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/7cde9b78361691d714ecc1047ba4058f354bf6f7"><code>7cde9b7</code></a> Merge branch 'dev' into releases/v4</li>
<li>Additional commits viewable in <a href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4.3.0...v4.3.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=JamesIves/github-pages-deploy-action&package-manager=github_actions&previous-version=4.3.0&new-version=4.3.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)



Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored May 3, 2022
2 parents 19876f0 + 8753eda commit 12d585d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
path: release-staging

- name: Publish docs
uses: JamesIves/github-pages-deploy-action@v4.3.0
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
branch: gh-pages
folder: doc/html
Expand Down

0 comments on commit 12d585d

Please sign in to comment.