Skip to content

Commit 9dbc60a

Browse files
dependabot[bot]elasticdog
authored andcommitted
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [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.67.5 to 2.67.15 - [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@a632d43...7e574ed) Updates `crate-ci/typos` from 1.42.1 to 1.42.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@6512063...06d010d) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.67.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: crate-ci/typos dependency-version: 1.42.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8018358 commit 9dbc60a

8 files changed

Lines changed: 10 additions & 10 deletions

.github/workflows/bump-version-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
timeout-minutes: 5
5757

5858
- name: Install cargo-release
59-
uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef
59+
uses: taiki-e/install-action@7e574ed8bb89811282a11aecb3fe1d043bf5bf0e
6060
with:
6161
tool: cargo-release
6262

.github/workflows/check-rust-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set override to beta Rust
2424
run: rustup override set beta
2525
- name: Install cargo-nextest
26-
uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef
26+
uses: taiki-e/install-action@7e574ed8bb89811282a11aecb3fe1d043bf5bf0e
2727
with:
2828
tool: cargo-nextest
2929
- name: Compile tests

.github/workflows/check-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
shared-key: stable-${{ matrix.platform }}
7373
timeout-minutes: 5
7474
- name: Install cargo-nextest
75-
uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef
75+
uses: taiki-e/install-action@7e574ed8bb89811282a11aecb3fe1d043bf5bf0e
7676
with:
7777
tool: cargo-nextest
7878
- name: Compile tests
@@ -112,7 +112,7 @@ jobs:
112112
shared-key: msrv-ubuntu-latest
113113
timeout-minutes: 5
114114
- name: Install cargo-nextest
115-
uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef
115+
uses: taiki-e/install-action@7e574ed8bb89811282a11aecb3fe1d043bf5bf0e
116116
with:
117117
tool: cargo-nextest
118118
- name: Compile tests

.github/workflows/check-spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Checkout source code
1616
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1717
- name: Check files for common misspellings
18-
uses: crate-ci/typos@65120634e79d8374d1aa2f27e54baa0c364fff5a
18+
uses: crate-ci/typos@06d010dfe4c84fdab1a25ea02b57b3585018ba80
1919
with:
2020
files: "${{ inputs.files }}"

.github/workflows/draft-release-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
timeout-minutes: 5
8787
- name: Install cross
8888
if: matrix.os == 'ubuntu-latest'
89-
uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef
89+
uses: taiki-e/install-action@7e574ed8bb89811282a11aecb3fe1d043bf5bf0e
9090
with:
9191
tool: cross
9292
- name: Building release assets

.github/workflows/preload-caches-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
shared-key: stable-${{ matrix.platform }}
3737
timeout-minutes: 5
3838
- name: Install cargo-nextest
39-
uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef
39+
uses: taiki-e/install-action@7e574ed8bb89811282a11aecb3fe1d043bf5bf0e
4040
with:
4141
tool: cargo-nextest
4242
- name: Check packages and dependencies for errors
@@ -70,7 +70,7 @@ jobs:
7070
shared-key: msrv-ubuntu-latest
7171
timeout-minutes: 5
7272
- name: Install cargo-nextest
73-
uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef
73+
uses: taiki-e/install-action@7e574ed8bb89811282a11aecb3fe1d043bf5bf0e
7474
with:
7575
tool: cargo-nextest
7676
- name: Check packages and dependencies for errors

.github/workflows/publish-crate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 5
3636

3737
- name: Install cargo-release
38-
uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef
38+
uses: taiki-e/install-action@7e574ed8bb89811282a11aecb3fe1d043bf5bf0e
3939
with:
4040
tool: cargo-release
4141

.github/workflows/tag-untagged-releases-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
timeout-minutes: 5
5151

5252
- name: Install cargo-release
53-
uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef
53+
uses: taiki-e/install-action@7e574ed8bb89811282a11aecb3fe1d043bf5bf0e
5454
with:
5555
tool: cargo-release
5656

0 commit comments

Comments
 (0)