Skip to content

Commit

Permalink
build(deps): bump DeterminateSystems/nix-installer-action from 10 to 11
Browse files Browse the repository at this point in the history
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 10 to 11.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](DeterminateSystems/nix-installer-action@v10...v11)

---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 10, 2024
1 parent ef12756 commit 9584a6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.toml') }}
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v10
uses: DeterminateSystems/nix-installer-action@v11
- name: Run cargo test
run: nix develop --command cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
- uses: k1LoW/octocov-action@v1
Expand All @@ -57,7 +57,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-clippy-${{ hashFiles('**/Cargo.toml') }}
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v10
uses: DeterminateSystems/nix-installer-action@v11
- name: Run clippy
run: nix develop --command cargo clippy -- -D warnings
# FIXME: remove when fix clippy warnings are fixed
Expand All @@ -72,6 +72,6 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v10
uses: DeterminateSystems/nix-installer-action@v11
- name: Run cargo fmt
run: nix develop --command cargo fmt --all -- --check

0 comments on commit 9584a6a

Please sign in to comment.