aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/commit_lint.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-05 14:20:23 +0800
committerGitHub <noreply@github.com>2023-09-05 14:20:23 +0800
commit499314f76fa6e8f82f7cfd116578906d61ba2560 (patch)
tree4fefa99b1ac0e9260104a4bd873729701b0c573f /.github/workflows/commit_lint.yml
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-499314f76fa6e8f82f7cfd116578906d61ba2560.tar
nvim-lspconfig-499314f76fa6e8f82f7cfd116578906d61ba2560.tar.gz
nvim-lspconfig-499314f76fa6e8f82f7cfd116578906d61ba2560.tar.bz2
nvim-lspconfig-499314f76fa6e8f82f7cfd116578906d61ba2560.tar.lz
nvim-lspconfig-499314f76fa6e8f82f7cfd116578906d61ba2560.tar.xz
nvim-lspconfig-499314f76fa6e8f82f7cfd116578906d61ba2560.tar.zst
nvim-lspconfig-499314f76fa6e8f82f7cfd116578906d61ba2560.zip
ci: bump actions/checkout from 3 to 4 (#2794)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/commit_lint.yml')
-rw-r--r--.github/workflows/commit_lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml
index 32d96375..e1df4cae 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@v3
+ - uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npm install --save-dev @commitlint/{cli,config-conventional}