From efa0ad0faf9a4cf8b5e4730f285a93db68e33087 Mon Sep 17 00:00:00 2001 From: wetransform Bot <113353961+wetransformer@users.noreply.github.com> Date: Fri, 24 May 2024 06:11:13 +0000 Subject: [PATCH] ci: add/update workflow for checking commit conventions --- .github/workflows/tf-conventional-commits.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tf-conventional-commits.yml b/.github/workflows/tf-conventional-commits.yml index e7660f4..7d1e86d 100644 --- a/.github/workflows/tf-conventional-commits.yml +++ b/.github/workflows/tf-conventional-commits.yml @@ -13,10 +13,10 @@ jobs: verify-commits: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 # https://github.com/taskmedia/action-conventional-commits - - uses: taskmedia/action-conventional-commits@c456aecd4b015ea599c6a4dbb169559882267bc7 # v1.1.16 + - uses: taskmedia/action-conventional-commits@866c0e6dba6aaaef9ad0939a40620b27888906c2 # v1.1.17 with: types: "feat|fix|refactor|revert|ci|chore|docs|build|perf|test|style" skip_revert: false