From b5dbb7d315b27e17bd42cd037bf9866d27948293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 07:33:34 +0800 Subject: [PATCH] Chore: bump actions/checkout from 6 to 7 (#65) 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 ae727d0..69e6534 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -34,7 +34,7 @@ jobs: shell: bash - name: Checkout the default branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Make directory run: |