diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 332fb2d..94b07e9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: - name: Check commit messages uses: aevea/commitsar@v0.20.2 - name: Check PR title - uses: amannn/action-semantic-pull-request@v5.3.0 + uses: amannn/action-semantic-pull-request@v5.4.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -35,7 +35,7 @@ jobs: name: Check spelling steps: - uses: actions/checkout@v4 - - uses: crate-ci/typos@v1.16.21 + - uses: crate-ci/typos@v1.16.22 check-all: name: Check if all lint jobs succeeded