Skip to content

Commit

Permalink
ci: update ci action packages
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jan 12, 2025
1 parent 7a3d8e4 commit 9507054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9507054

Please sign in to comment.