From fdfc0ca4ba83431cb41af3b93e32d4492f23f324 Mon Sep 17 00:00:00 2001 From: Cheng Liu Date: Fri, 31 May 2024 14:48:04 -0700 Subject: [PATCH] t2 --- .github/workflows/website-preview-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website-preview-deploy.yaml b/.github/workflows/website-preview-deploy.yaml index afcf4f8..737fb70 100644 --- a/.github/workflows/website-preview-deploy.yaml +++ b/.github/workflows/website-preview-deploy.yaml @@ -13,7 +13,7 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: - - uses: actions/checkout@4 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Configure Git @@ -23,7 +23,7 @@ jobs: git config --local user.name tiktokbot git config --local user.email tiktokbot@users.noreply.github.com git config --global credential.helper '!f() { echo "protocol=https\nhost=github.com" ; echo "username=oauth_token" ; echo "password=${GITHUB_TOKEN}" ; }; f' - - uses: actions/setup-node@4 + - uses: actions/setup-node@v4 with: node-version: 18 - name: Rush Install(Website)