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