diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 31dd3526..2c9cd6a2 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Install, build, and upload your site output - uses: withastro/action@74d664f13f9f9063e37b49d74a74613dbf94db3c # v6.0.0 + uses: withastro/action@44706356b4eb735f8b9035699eb4796241a040c4 # v6.1.0 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)