diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-12-17 15:35:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-17 06:35:24 -0800 |
| commit | 5d96ace4fc2c02c205b69f2d8872ecb1e420901f (patch) | |
| tree | 97c1f983a1174658045df91054e6dd769fdfaa77 /.github/workflows/commit_lint.yml | |
| parent | ci: don't auto-close config changes (diff) | |
| download | nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.gz nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.bz2 nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.lz nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.xz nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.zst nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.zip | |
ci: bump action versions (#2322)
Diffstat (limited to '.github/workflows/commit_lint.yml')
| -rw-r--r-- | .github/workflows/commit_lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml index 00297930..32d96375 100644 --- a/.github/workflows/commit_lint.yml +++ b/.github/workflows/commit_lint.yml @@ -3,7 +3,7 @@ jobs: lint-commits: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - run: npm install --save-dev @commitlint/{cli,config-conventional} |
