build(deps): bump DeterminateSystems/nix-installer-action from 17 to 22 (#311)
This commit is contained in:
parent
b5420c19a0
commit
f682c78b3f
|
|
@ -120,7 +120,7 @@ jobs:
|
|||
- name: "Checkout 🥡"
|
||||
uses: "actions/checkout@v4"
|
||||
- name: "Install Nix ❄️"
|
||||
uses: "DeterminateSystems/nix-installer-action@v17"
|
||||
uses: "DeterminateSystems/nix-installer-action@v22"
|
||||
- name: "Enable Magic Nix Cache 🪄"
|
||||
uses: "DeterminateSystems/magic-nix-cache-action@v9"
|
||||
- name: "Build with Nix ❄️"
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: DeterminateSystems/nix-installer-action@v17
|
||||
- uses: DeterminateSystems/nix-installer-action@v22
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v9
|
||||
- uses: DeterminateSystems/flake-checker-action@v12
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: DeterminateSystems/nix-installer-action@v17
|
||||
- uses: DeterminateSystems/nix-installer-action@v22
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v9
|
||||
- uses: DeterminateSystems/update-flake-lock@v24
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ jobs:
|
|||
- uses: "actions/checkout@v4"
|
||||
with:
|
||||
ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}"
|
||||
- uses: "DeterminateSystems/nix-installer-action@v17"
|
||||
- uses: "DeterminateSystems/nix-installer-action@v22"
|
||||
- uses: "DeterminateSystems/magic-nix-cache-action@v9"
|
||||
- uses: "DeterminateSystems/flakehub-push@v5"
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue