We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b43a59 commit 0086864Copy full SHA for 0086864
.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@v3
+ uses: withastro/action@v5
25
# with:
26
# path: . # The root location of your Astro project inside the repository. (optional)
27
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
0 commit comments