File tree 1 file changed +3
-3
lines changed
src/content/docs/ja/guides/deploy
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ Astroは公式の`withastro/action`を保守しており、ほとんど設定す
68
68
- name : Checkout your repository using git
69
69
uses : actions/checkout@v4
70
70
- name : Install, build, and upload your site
71
- uses : withastro/action@v1
71
+ uses : withastro/action@v3
72
72
# with:
73
73
# path: . # リポジトリ内のAstroプロジェクトのルートロケーション。(オプション)
74
- # node-version: 18 # サイト構築に使用するNodeのバージョン。デフォルトは18です 。(オプション)
74
+ # node-version: 20 # サイト構築に使用するNodeのバージョン。デフォルトは20です 。(オプション)
75
75
# package-manager: pnpm@latest # 依存関係のインストールとサイトのビルドに使用する Node パッケージマネージャ。ロックファイルに基づいて自動的に検出されます。(オプション)
76
76
77
77
deploy :
@@ -83,7 +83,7 @@ Astroは公式の`withastro/action`を保守しており、ほとんど設定す
83
83
steps :
84
84
- name : Deploy to GitHub Pages
85
85
id : deployment
86
- uses : actions/deploy-pages@v1
86
+ uses : actions/deploy-pages@v4
87
87
` ` `
88
88
89
89
:::note
You can’t perform that action at this time.
0 commit comments