From 1accc7966614d06201ee81d33d8774c8333c6c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 13:04:22 +0000 Subject: [PATCH] chore(deps): bump the github-actions-all group with 3 updates Bumps the github-actions-all group with 3 updates: [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request), [crate-ci/typos](https://github.com/crate-ci/typos) and [dorny/paths-filter](https://github.com/dorny/paths-filter). Updates `amannn/action-semantic-pull-request` from 5.4.0 to 5.5.2 - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.4.0...v5.5.2) Updates `crate-ci/typos` from 1.19.0 to 1.21.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.19.0...v1.21.0) Updates `dorny/paths-filter` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- .github/workflows/rust.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 631bd60..b800446 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: |