🐛 fix(wf): action checkout version downgrade

This commit is contained in:
eshanized
2024-12-30 12:11:31 +05:30
parent eda5e1732b
commit 29826c5bf2
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
fetch-depth: 0

View File

@@ -12,7 +12,7 @@ jobs:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v4