From a569ceb56136fe938c4baa0728d1afe59fb137bc Mon Sep 17 00:00:00 2001 From: simeydotme Date: Sun, 27 Oct 2024 21:59:05 +0800 Subject: [PATCH] last-last ditch --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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