Skip to content

Commit

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

Bump the gha-deps group with 1 update
  • Loading branch information
lopopolo authored Jul 4, 2023
2 parents 68081be + f337137 commit ca47cce
Show file tree
Hide file tree
Showing 3 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/checkout@v3.5.3

- 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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3.5.3

- 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 @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v3.5.3

- 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: "1.58.0"

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
uses: actions/checkout@v3.5.3

- 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 @@ -154,7 +154,7 @@ jobs:
uses: actions/checkout@v3.5.3

- 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/rustdoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v3.5.3

- 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 ca47cce

Please sign in to comment.