Skip to content

Commit dd6c819

Browse files
improving action version
1 parent 2596a93 commit dd6c819

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- name: Checkout your repository using git
2222
uses: actions/checkout@v2
2323
- name: Install, build, and upload your site
24-
uses: withastro/action@v0
24+
uses: withastro/action@v3.0.0
25+
with:
26+
package-manager: pnpm@9
2527

2628
deploy:
2729
needs: build
@@ -32,4 +34,4 @@ jobs:
3234
steps:
3335
- name: Deploy to GitHub Pages
3436
id: deployment
35-
uses: actions/deploy-pages@v1
37+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)