We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b669aa9 commit 8c738bbCopy full SHA for 8c738bb
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout your repository using git
22
uses: actions/checkout@v4
23
- name: Install, build, and upload your site
24
- uses: withastro/action@v1
+ uses: withastro/action@v4
25
# with:
26
# path: . # The root location of your Astro project inside the repository. (optional)
27
# node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
0 commit comments