diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4f219c2..d0b835d 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.4.0 + uses: amannn/action-semantic-pull-request@v5.5.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -36,7 +36,7 @@ jobs: name: Check spelling steps: - uses: actions/checkout@v4 - - uses: crate-ci/typos@v1.19.0 + - uses: crate-ci/typos@v1.21.0 check-all: name: Check if all lint jobs succeeded diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0bd986e..d8d9863 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Detect Changes - uses: dorny/paths-filter@v3.0.1 + uses: dorny/paths-filter@v3.0.2 id: diff with: filters: |