From e31b4e060df65a0cf0aaa78d09f10e2bb90bf0bc Mon Sep 17 00:00:00 2001 From: Remy Date: Tue, 23 Jul 2024 17:25:28 +0200 Subject: [PATCH] chore: try to fix ci --- .github/workflows/static.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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