From e88177436603f88b828ae49effaad9c571573ef6 Mon Sep 17 00:00:00 2001 From: jiaomh <168526697+Jiaohm@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:38:07 +0800 Subject: [PATCH] Update pr-test.yml --- .github/workflows/pr-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 8a2d278c2..9e869ac1b 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -14,11 +14,11 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: persist-credentials: false - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} repo-token: ${{ secrets.GITHUB_TOKEN }}