Skip to content

Commit ff00080

Browse files
Bump withastro/action from 5 to 6 in the all group (#20)
Bumps the all group with 1 update: [withastro/action](https://github.com/withastro/action). Updates `withastro/action` from 5 to 6 - [Release notes](https://github.com/withastro/action/releases) - [Commits](withastro/action@v5...v6) --- updated-dependencies: - dependency-name: withastro/action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bd0cea commit ff00080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh_pages_deployment.yml

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

0 commit comments

Comments
 (0)