Skip to content

Commit 2712e28

Browse files
committed
update deploy.yml
1 parent 8d3051e commit 2712e28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout your repository using git
1818
uses: actions/checkout@v4
1919
- name: Install, build, and upload your site
20-
uses: withastro/action@v1
20+
uses: withastro/action@v3
2121
with:
2222
node-version: 22
2323
package-manager: npm@latest
@@ -31,4 +31,4 @@ jobs:
3131
steps:
3232
- name: Deploy to GitHub Pages
3333
id: deployment
34-
uses: actions/deploy-pages@v1
34+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)