diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index bf711e2..0d33785 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -19,9 +19,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout your repository using git - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Install, build, and upload your site output - uses: withastro/action@v2 + uses: withastro/action@v5 with: # path: . # The root location of your Astro project inside the repository. (optional) # node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)