We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b591111 commit 84fcef6Copy full SHA for 84fcef6
1 file changed
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout your repository using git
20
uses: actions/checkout@v2
21
- name: Install, build, and upload your site
22
- uses: withastro/action@v0
+ uses: withastro/action@v2
23
24
deploy:
25
needs: build
@@ -30,4 +30,4 @@ jobs:
30
steps:
31
- name: Deploy to GitHub Pages
32
id: deployment
33
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v5
0 commit comments