From 37ddb9a1f82bc150fb0cb359f1ed864de23b0d9c Mon Sep 17 00:00:00 2001 From: Ali Baghdadi <45275291+alibaghdadi1368@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:56:38 +0330 Subject: [PATCH] FIX- uses --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 47448c6..1837c1f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: sync-to-hub: runs-on: ubuntu-latest steps: - - uses: action/checkout@v3 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Push to hub