Skip to content

Commit

Permalink
chore: update actions/checkout v2 to v4 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Aug 30, 2024
1 parent f21060f commit 7f48676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- run: corepack enable
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- run: corepack enable
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 7f48676

Please sign in to comment.