From 750140cca4d9bba06c7467452dd56d5e4e0bbc7b Mon Sep 17 00:00:00 2001 From: wetransform Bot <113353961+wetransformer@users.noreply.github.com> Date: Thu, 25 Apr 2024 21:21:18 +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 cbdbc2e..e7660f4 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 # https://github.com/taskmedia/action-conventional-commits - - uses: taskmedia/action-conventional-commits@1aea91552f4a5d1407481066c5c9d83f1936b170 # v1.1.15 + - uses: taskmedia/action-conventional-commits@c456aecd4b015ea599c6a4dbb169559882267bc7 # v1.1.16 with: types: "feat|fix|refactor|revert|ci|chore|docs|build|perf|test|style" skip_revert: false