diff --git a/.github/workflows/ci-1.x.yml b/.github/workflows/ci-1.x.yml index 79416a3..b088163 100644 --- a/.github/workflows/ci-1.x.yml +++ b/.github/workflows/ci-1.x.yml @@ -62,7 +62,7 @@ jobs: run: sudo service mysql stop # Shutdown the Default MySQL, "sudo" is necessary, please not remove it - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: 1.x @@ -155,7 +155,7 @@ jobs: run: sudo service mysql stop # Shutdown the Default MySQL, "sudo" is necessary, please not remove it - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: 1.x diff --git a/.github/workflows/ci-2.x.yml b/.github/workflows/ci-2.x.yml index f649c88..e281bc9 100644 --- a/.github/workflows/ci-2.x.yml +++ b/.github/workflows/ci-2.x.yml @@ -258,7 +258,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: fetch-depth: 2