Skip to content

Commit

Permalink
chore(deps): update dependency determinatesystems/nix-installer-actio…
Browse files Browse the repository at this point in the history
…n to v13 (#21)
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent 7eef3f8 commit 1b56e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let check =
, uses = Some "DeterminateSystems/flake-checker-action@v8"
}
, GithubActions.Step::{
, uses = Some "DeterminateSystems/nix-installer-action@v12"
, uses = Some "DeterminateSystems/nix-installer-action@v13"
}
, GithubActions.Step::{
, uses = Some "DeterminateSystems/magic-nix-cache-action@v7"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: "actions/[email protected]"
- uses: "DeterminateSystems/flake-checker-action@v8"
- uses: "DeterminateSystems/nix-installer-action@v12"
- uses: "DeterminateSystems/nix-installer-action@v13"
- uses: "DeterminateSystems/magic-nix-cache-action@v7"
- run: "nix flake check --show-trace"
name: check
Expand Down

0 comments on commit 1b56e44

Please sign in to comment.