update checkout to v4 (#22640)

ref https://github.com/actions/checkout/issues/1448

probably nodejs needs to be updated to 20.x
This commit is contained in:
ringabout
2023-09-05 05:09:27 +08:00
committed by GitHub
parent d13aab50cf
commit 3fbb078a3c
5 changed files with 6 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ jobs:
steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2