From ad918c5bba1b618b7ddc286080d521e923b3fcbe Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Tue, 16 May 2023 21:19:39 -0700 Subject: [PATCH] Update CI workflow. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c24c2e6d..c140f626 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,9 +26,9 @@ jobs: db-type: mysql steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} cache: 'npm'