From b2ce2910a5e9ffa1eb46ae1f1ed320e3ff4fefdf Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Wed, 15 Mar 2023 09:01:03 +0000 Subject: [PATCH] use actions/checkout@v3 Signed-off-by: jinqiang zhang --- .github/workflows/generator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index 3e47ae6..6fc7114 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0