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