diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9af52c5..9a99553 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,10 +15,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout your repository using git - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install, build, and upload your site output - uses: withastro/action@v1 + uses: withastro/action@v2 with: node-version: 20 pnpm-version: 8