Skip to content

Commit ce3f304

Browse files
updating again actions
1 parent 8c19eaf commit ce3f304

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- name: Checkout your repository using git
2323
uses: actions/checkout@v2
2424
- name: Install, build, and upload your site
25-
uses: withastro/action@v2
25+
uses: withastro/action@v3.0.0
26+
with:
27+
package-manager: pnpm@9
2628

2729
deploy:
2830
needs: build

.github/workflows/deployJob.yml

Lines changed: 3 additions & 1 deletion
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@v2
24+
uses: withastro/action@v3.0.0
25+
with:
26+
package-manager: pnpm@9
2527

2628
deploy:
2729
needs: build

0 commit comments

Comments
 (0)