Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates in the / directory: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [crate-ci/typos](https://github.com/crate-ci/typos).


Updates `taiki-e/install-action` from 2.42.27 to 2.42.37
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@0593da4...f2b65a3)

Updates `crate-ci/typos` from 1.23.6 to 1.24.3
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@935271f...9ad6f5c)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 2936642 commit 1cb74ca
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-release
uses: taiki-e/install-action@0593da407881e996340c22f60617ba9d95f2b995
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
with:
tool: cargo-release

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-rust-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set override to beta Rust
run: rustup override set beta
- name: Install cargo-nextest
uses: taiki-e/install-action@0593da407881e996340c22f60617ba9d95f2b995
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
with:
tool: cargo-nextest
- name: Compile tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
shared-key: stable-${{ matrix.platform }}
timeout-minutes: 5
- name: Install cargo-nextest
uses: taiki-e/install-action@0593da407881e996340c22f60617ba9d95f2b995
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
with:
tool: cargo-nextest
- name: Compile tests
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
shared-key: msrv-ubuntu-latest
timeout-minutes: 5
- name: Install cargo-nextest
uses: taiki-e/install-action@0593da407881e996340c22f60617ba9d95f2b995
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
with:
tool: cargo-nextest
- name: Compile tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Check files for common misspellings
# NOTE: dependabot struggles with determining the latest release version
# in this monorepo; see https://github.com/crate-ci/typos/releases
uses: crate-ci/typos@935271f0204ebdf61717cf6caac31d8d115f1c14
uses: crate-ci/typos@9ad6f5c0549e0eb32bd70e26d5083421d639f278
with:
files: "${{ inputs.files }}"
2 changes: 1 addition & 1 deletion .github/workflows/draft-release-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
timeout-minutes: 5
- name: Install cross
if: matrix.os == 'ubuntu-latest'
uses: taiki-e/install-action@0593da407881e996340c22f60617ba9d95f2b995
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
with:
tool: cross
- name: Building release assets
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preload-caches-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
shared-key: stable-${{ matrix.platform }}
timeout-minutes: 5
- name: Install cargo-nextest
uses: taiki-e/install-action@0593da407881e996340c22f60617ba9d95f2b995
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
with:
tool: cargo-nextest
- name: Check packages and dependencies for errors
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
shared-key: msrv-ubuntu-latest
timeout-minutes: 5
- name: Install cargo-nextest
uses: taiki-e/install-action@0593da407881e996340c22f60617ba9d95f2b995
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
with:
tool: cargo-nextest
- name: Check packages and dependencies for errors
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-release
uses: taiki-e/install-action@0593da407881e996340c22f60617ba9d95f2b995
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
with:
tool: cargo-release

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-untagged-releases-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-release
uses: taiki-e/install-action@0593da407881e996340c22f60617ba9d95f2b995
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
with:
tool: cargo-release

Expand Down

0 comments on commit 1cb74ca

Please sign in to comment.