Skip to content

Commit 61e6473

Browse files
Bump withastro/action from 3 to 4 in the dependabot group (#148)
Bumps the dependabot group with 1 update: [withastro/action](https://github.com/withastro/action). Updates `withastro/action` from 3 to 4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/action/releases">withastro/action's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h1>Changelog</h1> <ul> <li>docs(README): updated withastro action to v3 <a href="https://github.com/RodrigoTomeES"><code>@​RodrigoTomeES</code></a> (<a href="https://redirect.github.com/withastro/action/issues/73">#73</a>)</li> <li>docs(README): updated withastro action to v4 <a href="https://github.com/delucis"><code>@​delucis</code></a></li> <li>Use nodeJS LTS <a href="https://nodejs.org/en/download">https://nodejs.org/en/download</a> <a href="https://github.com/ollecoffee"><code>@​ollecoffee</code></a> (<a href="https://redirect.github.com/withastro/action/issues/74">#74</a>)</li> </ul> <p>See details of <a href="https://github.com/withastro/action/compare/v3.0.2...v4.0.0">all code changes</a> since previous release.</p> <h2>v3.0.2</h2> <h1>Changelog</h1> <ul> <li>Bun 1.2 compatibility <a href="https://github.com/ollecoffee"><code>@​ollecoffee</code></a> (<a href="https://redirect.github.com/withastro/action/issues/66">#66</a>)</li> </ul> <p>See details of <a href="https://github.com/withastro/action/compare/v3.0.1...v3.0.2">all code changes</a> since previous release.</p> <h2>v3.0.1</h2> <h1>Changelog</h1> <ul> <li>bumping setup-bun from v1 to v2 <a href="https://github.com/ollecoffee"><code>@​ollecoffee</code></a> (<a href="https://redirect.github.com/withastro/action/issues/63">#63</a>)</li> </ul> <p>See details of <a href="https://github.com/withastro/action/compare/v3.0.0...v3.0.1">all code changes</a> since previous release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/action/commit/063f85a3c9fc861a0a5e5a956225d9031177eff9"><code>063f85a</code></a> Update README example in preparation for v4</li> <li><a href="https://github.com/withastro/action/commit/e239b339c21065a1e25f8a954bf92d7c95b0d5b2"><code>e239b33</code></a> docs(README): updated withastro action to v3 (<a href="https://redirect.github.com/withastro/action/issues/73">#73</a>)</li> <li><a href="https://github.com/withastro/action/commit/0016a37634bd4e513a71185185bc709e93134718"><code>0016a37</code></a> Use NodeJS LTS 22 (<a href="https://redirect.github.com/withastro/action/issues/74">#74</a>)</li> <li>See full diff in <a href="https://github.com/withastro/action/compare/v3...v4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=withastro/action&package-manager=github_actions&previous-version=3&new-version=4)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1c3644 commit 61e6473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout your repository using git
3131
uses: actions/checkout@v4
3232
- name: Install, build, and upload your site
33-
uses: withastro/action@v3
33+
uses: withastro/action@v4
3434
with:
3535
path: website # The root location of your Astro project inside the repository. (optional)
3636
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)

0 commit comments

Comments
 (0)