Skip to content

Commit 36d1930

Browse files
committed
Update withastro/action
1 parent 1baba34 commit 36d1930

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616

1717
- name: Build site
18-
uses: withastro/action@v4
18+
uses: withastro/action@v5
1919
with:
2020
package-manager: pnpm@latest
2121

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout your repository using git
2020
uses: actions/checkout@v5
2121
- name: Install, build, and upload your site
22-
uses: withastro/action@v4
22+
uses: withastro/action@v5
2323
with:
2424
package-manager: pnpm@latest
2525

0 commit comments

Comments
 (0)