diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 140f68d..d2cff0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "📥 Checkout Code (Full History)" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "📥 Checkout Code (Full History)" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "📥 Checkout Code (Full History)" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0