Skip to content

Commit

Permalink
Merge pull request #147 from artichoke/dependabot/github_actions/gha-…
Browse files Browse the repository at this point in the history
…deps-3909dafcaa

chore(deps): Bump the gha-deps group with 1 update
  • Loading branch information
lopopolo authored Jul 4, 2023
2 parents e0fe497 + 9b93a22 commit 46650d2
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 @@ -44,7 +44,7 @@ jobs:
uses: actions/[email protected]

- name: Install Rust toolchain
uses: artichoke/setup-rust/audit@v1.9.0
uses: artichoke/setup-rust/audit@v1.10.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 @@ -25,7 +25,7 @@ jobs:
uses: actions/[email protected]

- name: Install Rust toolchain
uses: artichoke/setup-rust/build-and-test@v1.9.0
uses: artichoke/setup-rust/build-and-test@v1.10.0
with:
toolchain: stable

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/[email protected]

- name: Install Rust toolchain
uses: artichoke/setup-rust/check-minimal-versions@v1.9.0
uses: artichoke/setup-rust/check-minimal-versions@v1.10.0
with:
toolchain: stable

Expand All @@ -79,7 +79,7 @@ jobs:
uses: actions/[email protected]

- name: Install Rust toolchain
uses: artichoke/setup-rust/lint-and-format@v1.9.0
uses: artichoke/setup-rust/lint-and-format@v1.10.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 @@ -23,7 +23,7 @@ jobs:
uses: actions/[email protected]

- name: Install nightly Rust toolchain
uses: artichoke/setup-rust/code-coverage@v1.9.0
uses: artichoke/setup-rust/code-coverage@v1.10.0

- name: Setup grcov
run: |
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/[email protected]

- name: Install Rust toolchain
uses: artichoke/setup-rust/rustdoc@v1.9.0
uses: artichoke/setup-rust/rustdoc@v1.10.0

- name: Check docs with no default features
run: cargo doc --workspace --no-default-features
Expand Down

0 comments on commit 46650d2

Please sign in to comment.