Skip to content

Commit

Permalink
build(deps): bump JamesIves/github-pages-deploy-action from 4.6.8 to …
Browse files Browse the repository at this point in the history
…4.6.9 (#11004)

Bumps
[JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action)
from 4.6.8 to 4.6.9.
<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.6.9</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Dependencies 🤖</h3>
<ul>
<li>chore(deps): mass bump dependencies</li>
<li>chore(deps): switch to using <code>.node-version</code> instead of
<code>.nvmrc</code> for Node dependency management.</li>
<li>chore(deps): updated node version to 22.11.0 for development</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.9">https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.9</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/JamesIves/github-pages-deploy-action/commit/62fec3add6773ec5dbbf18d2ee4260911aa35cf4"><code>62fec3a</code></a>
Deploy Production Code for Commit
22a67fe04db392cf0d0389db3c6255007d3c990e 🚀</li>
<li><a
href="https://github.com/JamesIves/github-pages-deploy-action/commit/22a67fe04db392cf0d0389db3c6255007d3c990e"><code>22a67fe</code></a>
Merge branch 'dev' into releases/v4</li>
<li><a
href="https://github.com/JamesIves/github-pages-deploy-action/commit/bbb99d2d81e10cc53f7db1b4f6b9e3c5caec0dcc"><code>bbb99d2</code></a>
chore(deps): update dependencies (<a
href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1732">#1732</a>)</li>
<li><a
href="https://github.com/JamesIves/github-pages-deploy-action/commit/c1a0a351fcb5782d6f4f7152406c4d66da2c90c3"><code>c1a0a35</code></a>
Deploying to dev from @
JamesIves/github-pages-deploy-action@6a8a7d7510756d38...</li>
<li><a
href="https://github.com/JamesIves/github-pages-deploy-action/commit/6a8a7d7510756d386004456b8c81fb691cad2dcf"><code>6a8a7d7</code></a>
Deploying to dev from @
JamesIves/github-pages-deploy-action@42468f8ad8f6ca9c...</li>
<li><a
href="https://github.com/JamesIves/github-pages-deploy-action/commit/42468f8ad8f6ca9c1f286ec06b105a8c828b9c76"><code>42468f8</code></a>
build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (<a
href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1710">#1710</a>)</li>
<li><a
href="https://github.com/JamesIves/github-pages-deploy-action/commit/1adc62d1b379786e12186a7ed5593ab43c90f636"><code>1adc62d</code></a>
Release 4.6.8 📣</li>
<li>See full diff in <a
href="https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.8...v4.6.9">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.6.8&new-version=4.6.9)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 4a0cc22 commit 3551ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Deploy API documentation to GitHub Pages
uses: JamesIves/[email protected].8
uses: JamesIves/[email protected].9
# we only deploy on push to main
if: |
github.event_name == 'push' && github.event.ref == 'refs/heads/main'
Expand Down

0 comments on commit 3551ef8

Please sign in to comment.