From 9507054348821a4d34d8e832cea31d21cc498f9a Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Sun, 12 Jan 2025 01:07:04 +0100 Subject: [PATCH] ci: update ci action packages --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da379625..cf4bbe84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: name: Windows - Node ${{ matrix.node-version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4.2.2 with: fetch-depth: 0 @@ -102,12 +102,12 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4.2.2 - uses: pnpm/action-setup@v4 - name: Use Node ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ matrix.node-version }} cache: pnpm