diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9445752..6691c8d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/Official.yml b/.github/workflows/Official.yml index c5fab7b..1a01a7b 100644 --- a/.github/workflows/Official.yml +++ b/.github/workflows/Official.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0