Skip to content

Commit 84fcef6

Browse files
authored
Update deploy.yml
1 parent b591111 commit 84fcef6

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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout your repository using git
2020
uses: actions/checkout@v2
2121
- name: Install, build, and upload your site
22-
uses: withastro/action@v0
22+
uses: withastro/action@v2
2323

2424
deploy:
2525
needs: build
@@ -30,4 +30,4 @@ jobs:
3030
steps:
3131
- name: Deploy to GitHub Pages
3232
id: deployment
33-
uses: actions/deploy-pages@v4
33+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)