aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/commit_lint.yml
diff options
context:
space:
mode:
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}