Skip to content

Commit 249cc88

Browse files
committed
update astro action
1 parent cf38fa5 commit 249cc88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v4
3333
- name: Install, build, and upload your site output
34-
uses: withastro/action@v1
34+
uses: withastro/action@v3
3535
with:
3636
path: ./docs
3737
# package-manager: npm
3838
- name: Deploy to GitHub Pages
3939
id: deployment
40-
uses: actions/deploy-pages@v3
40+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)