Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group across 1 directory with 2 updates #119

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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