From ee65d480154457dfc96fd05cae9e56d6922efb21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 08:33:54 +0800 Subject: [PATCH] Chore: bump actions/checkout from 4 to 5 (#58) --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 783ba02..0018f23 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -32,7 +32,7 @@ jobs: shell: bash - name: Checkout the default branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Make directory run: |