aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/commit_lint.yml
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2021-11-21 15:30:31 +0100
committerGitHub <noreply@github.com>2021-11-21 09:30:31 -0500
commit04853f8e2d7c116f365cde92ba6276a0f47fcb3d (patch)
treee770c2674b2d0b3b0291610fe310adb98d65a2d7 /.github/workflows/commit_lint.yml
parentci: remove brackets on the "runs-on" argument (#1470) (diff)
downloadnvim-lspconfig-04853f8e2d7c116f365cde92ba6276a0f47fcb3d.tar
nvim-lspconfig-04853f8e2d7c116f365cde92ba6276a0f47fcb3d.tar.gz
nvim-lspconfig-04853f8e2d7c116f365cde92ba6276a0f47fcb3d.tar.bz2
nvim-lspconfig-04853f8e2d7c116f365cde92ba6276a0f47fcb3d.tar.lz
nvim-lspconfig-04853f8e2d7c116f365cde92ba6276a0f47fcb3d.tar.xz
nvim-lspconfig-04853f8e2d7c116f365cde92ba6276a0f47fcb3d.tar.zst
nvim-lspconfig-04853f8e2d7c116f365cde92ba6276a0f47fcb3d.zip
ci: use v2 tag for checkout actions (#1469)
The official GitHub actions update the vX tags to be the latest. Workflows automatically benefit from bugfixes/patches without manually needing to update the workflows.
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 b16986e7..00297930 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.3.1
+ - uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npm install --save-dev @commitlint/{cli,config-conventional}