Skip to content

Commit e239b33

Browse files
docs(README): updated withastro action to v3 (#73)
This will fix #71
1 parent 0016a37 commit e239b33

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@v2
47+
uses: withastro/action@v3
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)