diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 077e22b..3fc30c4 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -19,13 +19,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout your repository using git - uses: actions/checkout@v2 - - name: Setup node 18 - uses: actions/setup-node@v3 - with: - node-version: 18 + uses: actions/checkout@v4 - name: Install, build, and upload your site - uses: withastro/action@v0 + uses: withastro/action@v2 with: path: ./packages/www package-manager: pnpm @@ -39,4 +35,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4