Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 7c2b305

Browse files
chore(deps): Bump artichoke/setup-rust in the gha-deps group
Bumps the gha-deps group with 1 update: [artichoke/setup-rust](https://github.com/artichoke/setup-rust). Updates `artichoke/setup-rust` from 1.12.1 to 2.0.0 - [Release notes](https://github.com/artichoke/setup-rust/releases) - [Commits](artichoke/setup-rust@v1.12.1...v2.0.0) --- updated-dependencies: - dependency-name: artichoke/setup-rust dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d2dac7e commit 7c2b305

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/[email protected]
4545

4646
- name: Install Rust toolchain
47-
uses: artichoke/setup-rust/audit@v1.12.1
47+
uses: artichoke/setup-rust/audit@v2.0.0
4848

4949
- name: Generate Cargo.lock
5050
run: |

.github/workflows/bench.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/[email protected]
2323

2424
- name: Install Rust toolchain
25-
uses: artichoke/setup-rust/build-and-test@v1.12.1
25+
uses: artichoke/setup-rust/build-and-test@v2.0.0
2626
with:
2727
toolchain: nightly
2828

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/[email protected]
2626

2727
- name: Install Rust toolchain
28-
uses: artichoke/setup-rust/build-and-test@v1.12.1
28+
uses: artichoke/setup-rust/build-and-test@v2.0.0
2929
with:
3030
toolchain: nightly
3131

@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/[email protected]
6565

6666
- name: Install Rust toolchain
67-
uses: artichoke/setup-rust/build-and-test@v1.12.1
67+
uses: artichoke/setup-rust/build-and-test@v2.0.0
6868
with:
6969
toolchain: nightly
7070
target: ${{ matrix.target }}
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/[email protected]
108108

109109
- name: Install Rust toolchain
110-
uses: artichoke/setup-rust/build-and-test@v1.12.1
110+
uses: artichoke/setup-rust/build-and-test@v2.0.0
111111
with:
112112
toolchain: nightly
113113
target: ${{ matrix.target }}
@@ -130,7 +130,7 @@ jobs:
130130
uses: actions/[email protected]
131131

132132
- name: Install Rust toolchain
133-
uses: artichoke/setup-rust/lint-and-format@v1.12.1
133+
uses: artichoke/setup-rust/lint-and-format@v2.0.0
134134
with:
135135
toolchain: nightly
136136

.github/workflows/miri.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/[email protected]
2222

2323
- name: Install Rust toolchain
24-
uses: artichoke/setup-rust/miri@v1.12.1
24+
uses: artichoke/setup-rust/miri@v2.0.0
2525
with:
2626
toolchain: nightly
2727

.github/workflows/rustdoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/[email protected]
2727

2828
- name: Install Rust toolchain
29-
uses: artichoke/setup-rust/rustdoc@v1.12.1
29+
uses: artichoke/setup-rust/rustdoc@v2.0.0
3030

3131
- name: Check docs with no default features
3232
run: cargo doc --workspace --no-default-features

0 commit comments

Comments
 (0)