From 26a5cc0979b0d43e1d9f3add0a70440935078bf3 Mon Sep 17 00:00:00 2001 From: isno Date: Tue, 30 Jan 2024 23:32:42 +0800 Subject: [PATCH] 111 --- .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 ca25e7bf..3497a644 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,9 +8,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: use Node.js 20.0.0 - uses: actions/setup-node@v4 + uses: actions/setup-node@v3 with: node-version: 20.0.0 - name: Install and Build