Replace actions/checkout@v3 with actions/checkout@v4 for all the github actions.

This commit is contained in:
Akshay Joshi
2024-03-12 15:26:31 +05:30
parent 6d8c4bdb82
commit 8545d846c0
12 changed files with 12 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0