Skip to content

Commit

Permalink
Merge pull request #298 from artichoke/dependabot/github_actions/gha-…
Browse files Browse the repository at this point in the history
…deps-326f5eb7a8

chore(deps): Bump artichoke/setup-rust from 1.12.1 to 2.0.0 in the gha-deps group
  • Loading branch information
lopopolo authored Feb 2, 2025
2 parents 25f2b76 + 3abd2db commit 8f424cf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4.2.2

- 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: stable

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v4.2.2

- 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: stable
target: ${{ matrix.target }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
uses: actions/checkout@v4.2.2

- 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.76.0"

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
uses: actions/checkout@v4.2.2

- 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: nightly
target: ${{ matrix.target }}
Expand All @@ -168,12 +168,12 @@ jobs:
uses: actions/checkout@v4.2.2

- 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: nightly

- 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: stable

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
persist-credentials: false

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

- name: Setup grcov
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/miri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4.2.2

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

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: Check docs with no default features
run: cargo doc --workspace --no-default-features
Expand Down

0 comments on commit 8f424cf

Please sign in to comment.