fix: use checkout@v2 instead of v4

This commit is contained in:
Mihir Kandoi
2025-07-31 14:19:44 +05:30
parent 6f12029477
commit c9d69d9629

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Entire Repository - name: Checkout Entire Repository
uses: actions/checkout@v4 uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
persist-credentials: false persist-credentials: false