From d927f543cfd55c3aef817178ced34f75fa797855 Mon Sep 17 00:00:00 2001 From: "Stephanos A." Date: Sat, 11 Jul 2026 01:10:10 +0300 Subject: [PATCH] Fix checkout action version in deploy workflow --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 68f92eea7..62530611c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: matrix: ${{ steps.filter.outputs.matrix }} steps: - name: Checkout - uses: actions/checkout@v4e + uses: actions/checkout@v4 with: fetch-depth: 2