We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3051e commit 2712e28Copy full SHA for 2712e28
1 file changed
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout your repository using git
18
uses: actions/checkout@v4
19
- name: Install, build, and upload your site
20
- uses: withastro/action@v1
+ uses: withastro/action@v3
21
with:
22
node-version: 22
23
package-manager: npm@latest
@@ -31,4 +31,4 @@ jobs:
31
steps:
32
- name: Deploy to GitHub Pages
33
id: deployment
34
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments