Skip to content

Commit 3984831

Browse files
committed
update deploy script
1 parent d09de9c commit 3984831

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 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@v3
22+
uses: actions/checkout@v4
2323
- name: Install, build, and upload your site
24-
uses: withastro/action@v0
24+
uses: withastro/action@v3
2525
# with:
2626
# path: . # The root location of your Astro project inside the repository. (optional)
2727
# node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)
@@ -38,4 +38,4 @@ jobs:
3838
steps:
3939
- name: Deploy to GitHub Pages
4040
id: deployment
41-
uses: actions/deploy-pages@v1
41+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)