Skip to content

Commit 25aca77

Browse files
chore(workflow): bump withastro/action from 2 to 5
Bumps [withastro/action](https://github.com/withastro/action) from 2 to 5. - [Release notes](https://github.com/withastro/action/releases) - [Commits](withastro/action@v2...v5) --- updated-dependencies: - dependency-name: withastro/action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0816286 commit 25aca77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout your repository using git
2424
uses: actions/checkout@v4
2525
- name: Install, build, and upload your site
26-
uses: withastro/action@v2
26+
uses: withastro/action@v5
2727
with:
2828
path: . # The root location of your Astro project inside the repository. (optional)
2929
node-version: 22 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)

0 commit comments

Comments
 (0)