Skip to content

Commit 8f26da2

Browse files
committed
fix: github workflow version
1 parent 6614d3b commit 8f26da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout your repository using git
2222
uses: actions/checkout@v4
2323
- name: Install, build, and upload your site
24-
uses: withastro/action@v1
24+
uses: withastro/action@v2
2525
# with:
2626
# path: . # リポジトリ内のAstroプロジェクトのルートロケーション。(オプション)
2727
# node-version: 18 # サイト構築に使用するNodeのバージョン。デフォルトは18です。(オプション)
@@ -36,4 +36,4 @@ jobs:
3636
steps:
3737
- name: Deploy to GitHub Pages
3838
id: deployment
39-
uses: actions/deploy-pages@v1
39+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)