diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9445752..b34cce5 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@v5 with: fetch-depth: 0 diff --git a/.github/workflows/Official.yml b/.github/workflows/Official.yml index c5fab7b..512862c 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@v5 with: fetch-depth: 0