From 9a82a234f3694c97b2da3a1bc2a7c37963c4e5c1 Mon Sep 17 00:00:00 2001 From: wetransform Bot <113353961+wetransformer@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:52:09 +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 ffe9cf7..295c502 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # https://github.com/taskmedia/action-conventional-commits - - uses: taskmedia/action-conventional-commits@866c0e6dba6aaaef9ad0939a40620b27888906c2 # v1.1.17 + - uses: taskmedia/action-conventional-commits@180c46eb0f4380691dc9845e68b1ef36c05d57d7 # v1.1.18 with: types: "feat|fix|refactor|revert|ci|chore|docs|build|perf|test|style" skip_revert: false