diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml index c72dfbfdd..799a67de8 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@6319f54d83768b60acd6fd60e61007ccc583e62f # v5.4.3 + - uses: wagoid/commitlint-github-action@0d749a1a91d4770e983a7b8f83d4a3f0e7e0874e # v5.4.4 with: configFile: .github/commitlint.config.js - name: Install Dependencies