From 77fc4c1f498c4d0fb7bef3e422f33a9f189becb6 Mon Sep 17 00:00:00 2001 From: "tsang-bot[bot]" <146107447+tsang-bot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 02:46:31 +0000 Subject: [PATCH] chore: update actions/checkout action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 055105f..1c50ccd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout git repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0