From 8170541d8080e22cb7324bea6124b9ded6210d45 Mon Sep 17 00:00:00 2001 From: balaharish7 <161304963+balaharish7@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:46:14 +0530 Subject: [PATCH] ci: bump checkout version (#202) 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