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)