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 4f782e6 commit 7a3d8e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
with:
fetch-depth: 0

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4

- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v4.2.0
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
Expand Down Expand Up @@ -61,18 +61,18 @@ jobs:

name: Linux - Node ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4

- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v4.2.0
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4

- name: Use Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 7a3d8e4

Please sign in to comment.