From 6e50569f5de507b46bfd1e387ec434664af286c0 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Wed, 13 Sep 2023 21:08:34 +0800 Subject: [PATCH] chore: update github actions --- .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 5acb3f1..17dd49b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,12 +22,12 @@ jobs: - 16 name: Node ${{ matrix.node-version }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: 'recursive' - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }}