We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89fe2f7 commit 2b198ebCopy full SHA for 2b198eb
1 file changed
.github/workflows/deploy.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout your repository using git
22
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23
- name: Install, build, and upload your site output
24
- uses: withastro/action@fc88a7002f0c62327f26fb1b15f2a1d581249278 # v5.1.0
+ uses: withastro/action@44706356b4eb735f8b9035699eb4796241a040c4 # v6.1.0
25
with:
26
path: ./ # The root location of your Astro project inside the repository. (optional)
27
node-version: 23 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
0 commit comments