From 3642d9c0dde27764ef2d8d22c80b3667509a6cb1 Mon Sep 17 00:00:00 2001 From: rockleona <34214497+rockleona@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:01:42 +0800 Subject: [PATCH] ci(summary): update actions/checkout to V4 --- .github/workflows/summarize_progress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/summarize_progress.yml b/.github/workflows/summarize_progress.yml index cb1509471f..4020040dc3 100644 --- a/.github/workflows/summarize_progress.yml +++ b/.github/workflows/summarize_progress.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout wiki code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: ${{github.repository}}.wiki path: markdown