From e733c263a1f5cc501d3538d178df9d952aa3eeba Mon Sep 17 00:00:00 2001 From: Bala Harish Date: Tue, 27 Feb 2024 12:36:04 +0530 Subject: [PATCH] ci: bump checkout version Signed-off-by: Bala Harish --- .github/workflows/linter-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter-commit.yml b/.github/workflows/linter-commit.yml index c0bd516..11c62cf 100644 --- a/.github/workflows/linter-commit.yml +++ b/.github/workflows/linter-commit.yml @@ -7,7 +7,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install CommitLint and Dependencies