Skip to content

Commit

Permalink
build(deps): bump DeterminateSystems/nix-installer-action from 12 to …
Browse files Browse the repository at this point in the history
…13 (#490)
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 93dcbf6 commit aae37a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v12
uses: DeterminateSystems/nix-installer-action@v13

- name: Install treefmt
run: nix profile install 'nixpkgs#treefmt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v12
uses: DeterminateSystems/nix-installer-action@v13

- name: Build Nix Flake
run: nix build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v12
uses: DeterminateSystems/nix-installer-action@v13

- uses: DeterminateSystems/magic-nix-cache-action@v7

Expand All @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v12
uses: DeterminateSystems/nix-installer-action@v13

- uses: DeterminateSystems/magic-nix-cache-action@v7

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v12
uses: DeterminateSystems/nix-installer-action@v13

- uses: DeterminateSystems/magic-nix-cache-action@v7

Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
submodules: "true"

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v12
uses: DeterminateSystems/nix-installer-action@v13

- uses: DeterminateSystems/magic-nix-cache-action@v7

Expand Down

0 comments on commit aae37a3

Please sign in to comment.