Skip to content

Commit d5e2af3

Browse files
committed
hotfix/build
1 parent 8fa2d48 commit d5e2af3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/astro.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@v1
24+
uses: withastro/action@v3
2525
with:
2626
node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
2727
# path: . # The root location of your Astro project inside the repository. (optional)
@@ -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)