diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95d6fd2..12f27c2 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@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "📥 Checkout Code (Full History)" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "📥 Checkout Code (Full History)" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0