Skip to content

Commit c12d97c

Browse files
author
zhuhaitao12
committed
edit github workflows
1 parent a619911 commit c12d97c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout your repository using git
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
- name: Install, build, and upload your site
24-
uses: withastro/action@v5
24+
uses: withastro/action@v6
2525
# with:
2626
# path: . # 存储库中 Astro 项目的根位置。(可选)
2727
# node-version: 20 # 用于构建站点的特定 Node.js 版本,默认为 20。(可选)

0 commit comments

Comments
 (0)