From 96d513befb45d2e35fc8fc6b9d394866e83016ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 08:42:49 +0800 Subject: [PATCH] Chore: bump actions/checkout from 5 to 6 (#59) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 0018f23..d023060 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@v5 + uses: actions/checkout@v6 - name: Make directory run: |