Skip to content

Commit

Permalink
Merge pull request #13 from sebastienrousseau/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions-rs/toolchain-1.0.7

chore(deps): bump actions-rs/toolchain from 1.0.6 to 1.0.7
  • Loading branch information
sebastienrousseau authored Aug 27, 2024
2 parents 40750ec + 17a8495 commit d9d7402
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

# Setup Rust nightly
- name: Install Rust
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
id: toolchain
with:
toolchain: nightly
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Install the stable Rust toolchain.
- name: Install stable toolchain
id: install-toolchain
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
with:
toolchain: stable
override: true
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

# Install the stable Rust toolchain
- name: Install stable toolchain
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
with:
toolchain: stable
override: true
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
# Install the stable Rust toolchain
- name: Install stable toolchain
id: install-toolchain
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
with:
toolchain: stable
override: true
Expand Down

0 comments on commit d9d7402

Please sign in to comment.