We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a619911 commit c12d97cCopy full SHA for c12d97c
1 file changed
.github/workflows/deploy.yml
@@ -19,9 +19,9 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout your repository using git
22
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
23
- name: Install, build, and upload your site
24
- uses: withastro/action@v5
+ uses: withastro/action@v6
25
# with:
26
# path: . # 存储库中 Astro 项目的根位置。(可选)
27
# node-version: 20 # 用于构建站点的特定 Node.js 版本,默认为 20。(可选)
0 commit comments