diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1305d2b..03897a8 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -21,7 +21,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install, build, and upload your site output - uses: withastro/action@15aa0a5a1e067940253e3b259413ab2ae882a740 # v5.2.0 + uses: withastro/action@b7d53628f8b666036b0238aadb0b984a2a489f26 # v6.1.1 with: path: ./ # The root location of your Astro project inside the repository. (optional) node-version: 23 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)