diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a8dcd947..0ae38bfe 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@v6 - name: Install, build, and upload your site - uses: withastro/action@v5 + uses: withastro/action@v6 with: path: docs # The root location of your Astro project inside the repository. (optional) # node-version: 24 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)