Skip to content

Commit 063f85a

Browse files
authored
Update README example in preparation for v4
1 parent e239b33 commit 063f85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Checkout your repository using git
4545
uses: actions/checkout@v4
4646
- name: Install, build, and upload your site output
47-
uses: withastro/action@v3
47+
uses: withastro/action@v4
4848
# with:
4949
# path: . # The root location of your Astro project inside the repository. (optional)
5050
# node-version: 22 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)

0 commit comments

Comments
 (0)