From 49abd9cff6888883018ef0f6d9abfee2ec4861c0 Mon Sep 17 00:00:00 2001 From: luo jiyin Date: Tue, 16 Sep 2025 10:29:31 +0000 Subject: [PATCH] CI: actions/checkout v4 to v5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d865904..110c0da 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: contents: write id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: pnpm/action-setup@v2 with: