Bump JamesIves/github-pages-deploy-action from 4.2.2 to 4.4.0 #1

Merged
dependabot[bot] merged 1 commit from dependabot/github_actions/JamesIves/github-pages-deploy-action-4.4.0 into main 2022-09-22 09:01:04 +01:00
dependabot[bot] commented 2022-09-22 07:14:09 +01:00 (Migrated from github.com)

Bumps JamesIves/github-pages-deploy-action from 4.2.2 to 4.4.0.

Release notes

Sourced from JamesIves/github-pages-deploy-action's releases.

v4.4.0

What's Changed

New Contributors

Sponsors ❤️

  

Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.4.0

v4.3.4

Minor Changes

  • The branch parameter is no longer required. It now defaults to gh-pages.
  • Linting scripts have been updated to ensure that everything across the repo gets picked up.
  • Numerous dependency updates.

New Contributors

Sponsors ❤️

  

Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.3.4

v4.3.3

Changes

  • Resolves an issue in some workflows that were caused by a recent change to permission handling.

v4.3.2

Changes

  • Resolves an issue with folder permissions that causes an issue in container workflows when rsync attempts to run.

v4.3.1

Changes

  • Resolves an issue caused by Git 2.36 when running the action within a container.
    • The working directory is now added to the safe.directory global directory.
    • 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.

... (truncated)

Commits
  • 13046b6 Deploy Production Code for Commit f0e6e506b4860acdb0c7a8db5ffd3de19af76596 🚀
  • f0e6e50 Merge branch 'dev' into releases/v4
  • ccec059 fix: Trims
  • 331dd26 fix: 🐛 Fixes an issue where informational messages are throwing errors (#...
  • 1dfbc4c Bump @​types/node from 18.0.0 to 18.0.6 (#1169)
  • 21fb2a4 Bump eslint-plugin-prettier from 4.0.0 to 4.2.1 (#1159)
  • 976c0c8 Deploying to dev from @ JamesIves/github-pages-deploy-action@6a0cc4d0b55664f7...
  • 6a0cc4d chore: Format
  • 73a6bac test: Fixes test case
  • f08f40f chore: Fix spelling
  • 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 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 [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.2.2 to 4.4.0. <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.4.0</h2> <h2>What's Changed</h2> <ul> <li>Adding tag option to action by <a href="https://github.com/germa89"><code>@​germa89</code></a> in <a href="https://github-redirect.dependabot.com/JamesIves/github-pages-deploy-action/pull/1142">JamesIves/github-pages-deploy-action#1142</a> - this can be used by applying a version number to your workflow. You can source this input via a workflow variable to dynamically add a tag to a branch on each deployment. You can find more information about how to use this field in the readme.</li> <li>fix: :bug: Fixes an issue where informational messages are throwing errors by in <a href="https://github-redirect.dependabot.com/JamesIves/github-pages-deploy-action/pull/1168">JamesIves/github-pages-deploy-action#1168</a></li> <li>Bump eslint-plugin-prettier from 4.0.0 to 4.2.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/JamesIves/github-pages-deploy-action/pull/1159">JamesIves/github-pages-deploy-action#1159</a></li> <li>Bump <code>@​types/node</code> from 18.0.0 to 18.0.6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/JamesIves/github-pages-deploy-action/pull/1169">JamesIves/github-pages-deploy-action#1169</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/germa89"><code>@​germa89</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/JamesIves/github-pages-deploy-action/pull/1142">JamesIves/github-pages-deploy-action#1142</a></li> </ul> <h2>Sponsors ❤️</h2> <ul> <li>Special thanks to <a href="https://github.com/github"><code>@​github</code></a> for their generous <a href="https://github.com/sponsors/JamesIves">sponsorship</a> contributions.</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted -->  </p> <p><strong>Full Changelog</strong>: <a href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.4.0">https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.4.0</a></p> <h2>v4.3.4</h2> <h2>Minor Changes</h2> <ul> <li>The <code>branch</code> parameter is no longer required. It now defaults to <code>gh-pages</code>.</li> <li>Linting scripts have been updated to ensure that everything across the repo gets picked up.</li> <li>Numerous dependency updates.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/nickmccurdy"><code>@​nickmccurdy</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/JamesIves/github-pages-deploy-action/pull/1155">JamesIves/github-pages-deploy-action#1155</a></li> </ul> <h2>Sponsors ❤️</h2> <ul> <li>Special thanks to <a href="https://github.com/github"><code>@​github</code></a> for their generous <a href="https://github.com/sponsors/JamesIves">sponsorship</a> contributions.</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted -->  </p> <p><strong>Full Changelog</strong>: <a href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.3.4">https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.3.4</a></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/13046b614c663b56cba4dda3f30b9736a748b80d"><code>13046b6</code></a> Deploy Production Code for Commit f0e6e506b4860acdb0c7a8db5ffd3de19af76596 🚀</li> <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/f0e6e506b4860acdb0c7a8db5ffd3de19af76596"><code>f0e6e50</code></a> Merge branch 'dev' into releases/v4</li> <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/ccec05930a179a728cc80f624fc94c46fcb70ed9"><code>ccec059</code></a> fix: Trims</li> <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/331dd26e8dd42388b511f675d61312af47f24606"><code>331dd26</code></a> fix: :bug: Fixes an issue where informational messages are throwing errors (#...</li> <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/1dfbc4c37b804e86a816e3628b2222f873c42fc3"><code>1dfbc4c</code></a> Bump <code>@​types/node</code> from 18.0.0 to 18.0.6 (<a href="https://github-redirect.dependabot.com/JamesIves/github-pages-deploy-action/issues/1169">#1169</a>)</li> <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/21fb2a4c299f622863d47f7aa53106ca5e808aaf"><code>21fb2a4</code></a> Bump eslint-plugin-prettier from 4.0.0 to 4.2.1 (<a href="https://github-redirect.dependabot.com/JamesIves/github-pages-deploy-action/issues/1159">#1159</a>)</li> <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/976c0c8faa91f365c734fbf3dbf5864b141be8a6"><code>976c0c8</code></a> Deploying to dev from @ JamesIves/github-pages-deploy-action@6a0cc4d0b55664f7...</li> <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/6a0cc4d0b55664f70525a6ef90009e54ff7af2f8"><code>6a0cc4d</code></a> chore: Format</li> <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/73a6bacee135c3ca68112b12678ae137b788775f"><code>73a6bac</code></a> test: Fixes test case</li> <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/f08f40f6211db80ec8c46b4c9156de33dcd9d98e"><code>f08f40f</code></a> chore: Fix spelling</li> <li>Additional commits viewable in <a href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4.2.2...v4.4.0">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.2.2&new-version=4.4.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>
Sign in to join this conversation.
No description provided.