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 562f73f commit 544c7e3Copy full SHA for 544c7e3
.github/workflows/deploy.yml
@@ -17,9 +17,9 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout your repository using git
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
21
- name: Install, build, and upload your site
22
- uses: withastro/action@v4
+ uses: withastro/action@v5
23
with:
24
path: . # The root location of your Astro project inside the repository. (optional)
25
node-version: 22 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
0 commit comments