Skip to content

Commit bcadc16

Browse files
committed
chore: withastro/action を v2 に更新
1 parent 37f4888 commit bcadc16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- name: Checkout your repository using git
22+
- name: Checkout repository
2323
uses: actions/checkout@v4
24-
- name: Install, build, and upload your site
25-
uses: withastro/action@v1
24+
- name: Install, build, and upload this site
25+
uses: withastro/action@v2
2626
with:
2727
node-version: 20
2828

0 commit comments

Comments
 (0)