Skip to content

Commit

Permalink
feat: use checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mayintao3 committed Sep 25, 2024
1 parent 8b72c6b commit 859aa90
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,12 @@ jobs:
- '18'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0
with:
version: 9
- name: Download artifacts
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -291,7 +296,12 @@ jobs:
- build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0
with:
version: 9
- name: Download artifacts
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -329,7 +339,12 @@ jobs:
- '18'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0
with:
version: 9
- name: Download artifacts
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 859aa90

Please # to comment.