From b275024dc62bb403ff602a2835834f2622072b1c Mon Sep 17 00:00:00 2001 From: zhonghuaifang <56331610+zhonghuaifang@users.noreply.github.com> Date: Tue, 17 Jan 2023 14:40:37 +0800 Subject: [PATCH] Update tieba.yaml --- .github/workflows/tieba.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tieba.yaml b/.github/workflows/tieba.yaml index f4bd60a..e804e2f 100644 --- a/.github/workflows/tieba.yaml +++ b/.github/workflows/tieba.yaml @@ -12,9 +12,9 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.repository.owner.id }} == ${{ github.event.sender.id }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Use Node.js 10.x - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 10.x - name: npm install