From dd56cba0df94e773be535a63cf7aa61f225cd860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:18:43 +0000 Subject: [PATCH] chore(deps): bump the github-actions-all group with 2 updates Bumps the github-actions-all group with 2 updates: [crate-ci/typos](https://github.com/crate-ci/typos) and [dorny/paths-filter](https://github.com/dorny/paths-filter). Updates `crate-ci/typos` from 1.18.0 to 1.19.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.18.0...v1.19.0) Updates `dorny/paths-filter` from 3.0.0 to 3.0.1 - [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.0...v3.0.1) --- updated-dependencies: - 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 | 2 +- .github/workflows/rust.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4e1590c..4f219c2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: name: Check spelling steps: - uses: actions/checkout@v4 - - uses: crate-ci/typos@v1.18.0 + - uses: crate-ci/typos@v1.19.0 check-all: name: Check if all lint jobs succeeded diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4c02e6e..0bd986e 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.0 + uses: dorny/paths-filter@v3.0.1 id: diff with: filters: |