diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35b0d69..5001847 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "📥 Checkout Code (Full History)" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "📥 Checkout Code (Full History)" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "📥 Checkout Code (Full History)" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0