diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3dd7cdd..107bdfe 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/Official.yml b/.github/workflows/Official.yml index 06548c1..347a65c 100644 --- a/.github/workflows/Official.yml +++ b/.github/workflows/Official.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0