From a6ffbfd9953070bd7c757fc948bbfaa1d83ef2a7 Mon Sep 17 00:00:00 2001 From: Kelvin Prado Date: Fri, 25 Oct 2024 16:56:21 -0300 Subject: [PATCH] Update checkout --- .github/workflows/lint-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-checker.yml b/.github/workflows/lint-checker.yml index e1b0d8cd..953ee90e 100644 --- a/.github/workflows/lint-checker.yml +++ b/.github/workflows/lint-checker.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Check Code