diff options
author | kylo252 <[email protected]> | 2022-10-15 18:32:11 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-15 18:32:11 +0200 |
commit | 48d1c38fa88dbfbaa35e81560cf0fa7d8793b195 (patch) | |
tree | 17f8dbae8d101fbb5e661e23c9d24a586471e9e2 /.github/workflows/commitlint.yml | |
parent | e94390a9225c418dd96eb6b6822ce0dc15ce7cce (diff) |
chore(plugins): bump version (#3248)
* ci: update workflows
* chore(plugins): bump version
* chore: update depdecated settings for comment.nvim
* chore(lsp): update skiplist
* fixup!: take 2 for comment.nvim
Diffstat (limited to '.github/workflows/commitlint.yml')
-rw-r--r-- | .github/workflows/commitlint.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 93c776e3..de6be24f 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -6,10 +6,10 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/[email protected] + - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v4 + - uses: wagoid/commitlint-github-action@v5 with: configFile: .github/workflows/commitlint.config.js helpURL: https://github.com/LunarVim/LunarVim/blob/rolling/CONTRIBUTING.md#commit-messages |