Revert "fix: use checkout@v2 instead of v4"

This reverts commit c9d69d9629.
This commit is contained in:
Mihir Kandoi
2025-08-17 13:01:58 +05:30
parent 373a17e3de
commit e8490196ba

View File

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