diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a5dc633..7f1f365 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install, build, and upload your site - uses: withastro/action@b7d53628f8b666036b0238aadb0b984a2a489f26 # v6 + uses: withastro/action@e84f40bd8d2caa9e768ec82ad30dd81f0b280853 # v6 # with: # path: . # 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)