We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f925d commit d91e335Copy full SHA for d91e335
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Checkout your repository using git
24
uses: actions/checkout@v4
25
- name: Install, build, and upload your site output
26
- uses: withastro/action@v2
+ uses: withastro/action@v3
27
with:
28
path: website
29
package-manager: pnpm@latest
0 commit comments