We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09de9c commit 3984831Copy full SHA for 3984831
.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@v3
+ uses: actions/checkout@v4
23
- name: Install, build, and upload your site
24
- uses: withastro/action@v0
+ uses: withastro/action@v3
25
# with:
26
# path: . # The root location of your Astro project inside the repository. (optional)
27
# 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:
38
39
- name: Deploy to GitHub Pages
40
id: deployment
41
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments