We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46723b commit 4a95e57Copy full SHA for 4a95e57
.github/workflows/deploy.yml
@@ -19,12 +19,12 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout your repository using git
22
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
23
- name: Install, build, and upload your site
24
- uses: withastro/action@v0
25
- with:
26
- package-manager: pnpm
27
- node-version: 18
+ uses: withastro/action@v2
+ # with:
+ # package-manager: pnpm
+ # node-version: 18
28
# path: . # The root location of your Astro project inside the repository. (optional)
29
30
deploy:
@@ -36,4 +36,4 @@ jobs:
36
37
- name: Deploy to GitHub Pages
38
id: deployment
39
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments