Skip to content

Commit 180c7c7

Browse files
committed
Downgrade action version in deploy workflow from v4 to v3
1 parent bbb367a commit 180c7c7

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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout your repository using git
2121
uses: actions/checkout@v4
2222
- name: Install, build, and upload your site
23-
uses: withastro/action@v4
23+
uses: withastro/action@v3
2424
with:
2525
path: .
2626
node-version: 20

0 commit comments

Comments
 (0)