Skip to content

Commit 72ac3e3

Browse files
committed
Use withastro/action@v2 with node 21.5.0
1 parent 01d1159 commit 72ac3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout your repository using git
2727
uses: actions/checkout@v4
2828
- name: Install, build, and upload your site output
29-
uses: withastro/action@v2.0.1
29+
uses: withastro/action@v2
3030
with:
3131
path: .
3232
node-version: 21.5.0

0 commit comments

Comments
 (0)