diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07719a9..efaf0d8 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 @@ -40,7 +40,7 @@ jobs: needs: lint 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