From c08db6179ac16e2d9ccaceb7cc5c0967ba91f9f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:48:26 +0000 Subject: [PATCH] Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action), [raven-actions/actionlint](https://github.com/raven-actions/actionlint), [crate-ci/typos](https://github.com/crate-ci/typos) and [dorny/paths-filter](https://github.com/dorny/paths-filter). Updates `taiki-e/install-action` from 2.82.4 to 2.82.7 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/682e7d9e49c5e653d371fc6adbda67653461378a...16b05812d776ae1dfaabc8277e421fb6d2506419) Updates `raven-actions/actionlint` from 2.1.2 to 2.2.0 - [Release notes](https://github.com/raven-actions/actionlint/releases) - [Commits](https://github.com/raven-actions/actionlint/compare/205b530c5d9fa8f44ae9ed59f341a0db994aa6f8...3d39aea434753780c3b3d4a1a31c854b4dbf49d7) Updates `crate-ci/typos` from 1.47.2 to 1.48.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/37bb98842b0d8c4ffebdb75301a13db0267cef89...bee27e3a4fd1ea2111cf90ab89cd076c870fce14) Updates `dorny/paths-filter` from 4.0.1 to 4.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/fbd0ab8f3e69293af611ebaee6363fc25e6d187d...7b450fff21473bca461d4b92ce414b9d0420d706) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: raven-actions/actionlint dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: crate-ci/typos dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: dorny/paths-filter dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-version-rust.yml | 2 +- .github/workflows/check-github-actions.yml | 2 +- .github/workflows/check-rust-beta.yml | 2 +- .github/workflows/check-rust.yml | 4 ++-- .github/workflows/check-spelling.yml | 2 +- .github/workflows/detect-changed-files.yml | 2 +- .github/workflows/draft-release-rust.yml | 2 +- .github/workflows/preload-caches-actionlint.yml | 2 +- .github/workflows/preload-caches-rust.yml | 4 ++-- .github/workflows/tag-untagged-releases-rust.yml | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/bump-version-rust.yml b/.github/workflows/bump-version-rust.yml index 494d0b4..8b59564 100644 --- a/.github/workflows/bump-version-rust.yml +++ b/.github/workflows/bump-version-rust.yml @@ -79,7 +79,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-release - uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: cargo-release diff --git a/.github/workflows/check-github-actions.yml b/.github/workflows/check-github-actions.yml index 0acd412..ac377fe 100644 --- a/.github/workflows/check-github-actions.yml +++ b/.github/workflows/check-github-actions.yml @@ -18,7 +18,7 @@ jobs: persist-credentials: false - name: Lint GitHub Actions workflow files - uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 + uses: raven-actions/actionlint@3d39aea434753780c3b3d4a1a31c854b4dbf49d7 with: group-result: false diff --git a/.github/workflows/check-rust-beta.yml b/.github/workflows/check-rust-beta.yml index 54ade36..9744eaf 100644 --- a/.github/workflows/check-rust-beta.yml +++ b/.github/workflows/check-rust-beta.yml @@ -28,7 +28,7 @@ jobs: run: rustup override set beta - name: Install cargo-nextest - uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: cargo-nextest diff --git a/.github/workflows/check-rust.yml b/.github/workflows/check-rust.yml index db472a3..ed63ab4 100644 --- a/.github/workflows/check-rust.yml +++ b/.github/workflows/check-rust.yml @@ -86,7 +86,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: cargo-nextest @@ -140,7 +140,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: cargo-nextest diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index cd4f73c..8f8fcc8 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -18,6 +18,6 @@ jobs: persist-credentials: false - name: Check files for common misspellings - uses: crate-ci/typos@37bb98842b0d8c4ffebdb75301a13db0267cef89 + uses: crate-ci/typos@bee27e3a4fd1ea2111cf90ab89cd076c870fce14 with: files: "${{ inputs.files }}" diff --git a/.github/workflows/detect-changed-files.yml b/.github/workflows/detect-changed-files.yml index 058ded1..83947e7 100644 --- a/.github/workflows/detect-changed-files.yml +++ b/.github/workflows/detect-changed-files.yml @@ -74,7 +74,7 @@ jobs: persist-credentials: false - name: Filter changed repository files - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d + uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 id: filter with: list-files: shell diff --git a/.github/workflows/draft-release-rust.yml b/.github/workflows/draft-release-rust.yml index b4c62fb..6b0ed8e 100644 --- a/.github/workflows/draft-release-rust.yml +++ b/.github/workflows/draft-release-rust.yml @@ -102,7 +102,7 @@ jobs: - name: Install cross if: matrix.os == 'ubuntu-latest' - uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: cross diff --git a/.github/workflows/preload-caches-actionlint.yml b/.github/workflows/preload-caches-actionlint.yml index 6d006ac..b705433 100644 --- a/.github/workflows/preload-caches-actionlint.yml +++ b/.github/workflows/preload-caches-actionlint.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Save latest actionlint into GitHub Actions cache - uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 + uses: raven-actions/actionlint@3d39aea434753780c3b3d4a1a31c854b4dbf49d7 with: group-result: false flags: -version diff --git a/.github/workflows/preload-caches-rust.yml b/.github/workflows/preload-caches-rust.yml index fe08179..d5e2ab3 100644 --- a/.github/workflows/preload-caches-rust.yml +++ b/.github/workflows/preload-caches-rust.yml @@ -41,7 +41,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: cargo-nextest @@ -87,7 +87,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: cargo-nextest diff --git a/.github/workflows/tag-untagged-releases-rust.yml b/.github/workflows/tag-untagged-releases-rust.yml index 4044e38..efc6372 100644 --- a/.github/workflows/tag-untagged-releases-rust.yml +++ b/.github/workflows/tag-untagged-releases-rust.yml @@ -54,7 +54,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-release - uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: cargo-release