Skip to content

Commit

Permalink
Bump artichoke/setup-rust from 1.12.1 to 2.0.0 in the gha-deps group
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 2, 2025
1 parent 63bcc05 commit 1f29c3a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v4.2.2

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

- name: Generate Cargo.lock
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: toolchain_versions

- name: Install Rust toolchain
uses: artichoke/setup-rust/build-and-test@v1.12.1
uses: artichoke/setup-rust/build-and-test@v2.0.0
with:
toolchain: "1.84.0"
target: "wasm32-unknown-emscripten"
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
run: npm ci

- name: Install Rust toolchain
uses: artichoke/setup-rust/build-and-test@v1.12.1
uses: artichoke/setup-rust/build-and-test@v2.0.0
with:
toolchain: "1.84.0"
target: "wasm32-unknown-emscripten"
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
id: toolchain_versions

- name: Install Rust toolchain
uses: artichoke/setup-rust/lint-and-format@v1.12.1
uses: artichoke/setup-rust/lint-and-format@v2.0.0
with:
toolchain: "1.84.0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: npm ci

- name: Install Rust toolchain
uses: artichoke/setup-rust/build-and-test@v1.12.1
uses: artichoke/setup-rust/build-and-test@v2.0.0
with:
toolchain: "1.84.0"
target: "wasm32-unknown-emscripten"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4.2.2

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

- name: Install emscripten target
run: rustup target add wasm32-unknown-emscripten
Expand Down

0 comments on commit 1f29c3a

Please sign in to comment.