Skip to content

Commit 2b7acd7

Browse files
Bump withastro/action from 3 to 4 (#70)
Bumps [withastro/action](https://github.com/withastro/action) from 3 to 4. - [Release notes](https://github.com/withastro/action/releases) - [Commits](withastro/action@v3...v4) --- updated-dependencies: - dependency-name: withastro/action dependency-version: '4' 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> Co-authored-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com>
1 parent bc865d2 commit 2b7acd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Install, build, and upload your site
24-
uses: withastro/action@v3
24+
uses: withastro/action@v4
2525
# with:
2626
# path: . # The root location of your Astro project inside the repository. (optional)
2727
# node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)

0 commit comments

Comments
 (0)