chore(deps): bump DeterminateSystems/nix-installer-action from 17 to 19
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 17 to 19. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v17...v19) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-version: '19' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a6367ccb78
commit
ee531af4fb
|
@ -16,6 +16,6 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: DeterminateSystems/nix-installer-action@v17
|
- uses: DeterminateSystems/nix-installer-action@v19
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@v9
|
- uses: DeterminateSystems/magic-nix-cache-action@v9
|
||||||
- uses: DeterminateSystems/flake-checker-action@v10
|
- uses: DeterminateSystems/flake-checker-action@v10
|
||||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: DeterminateSystems/nix-installer-action@v17
|
- uses: DeterminateSystems/nix-installer-action@v19
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@v9
|
- uses: DeterminateSystems/magic-nix-cache-action@v9
|
||||||
- uses: DeterminateSystems/update-flake-lock@v25
|
- uses: DeterminateSystems/update-flake-lock@v25
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
- name: "Checkout 🥡"
|
- name: "Checkout 🥡"
|
||||||
uses: "actions/checkout@v4"
|
uses: "actions/checkout@v4"
|
||||||
- name: "Install Nix ❄️"
|
- name: "Install Nix ❄️"
|
||||||
uses: "DeterminateSystems/nix-installer-action@v17"
|
uses: "DeterminateSystems/nix-installer-action@v19"
|
||||||
- name: "Enable Magic Nix Cache 🪄"
|
- name: "Enable Magic Nix Cache 🪄"
|
||||||
uses: "DeterminateSystems/magic-nix-cache-action@v9"
|
uses: "DeterminateSystems/magic-nix-cache-action@v9"
|
||||||
- name: "Build & Test .nix ❄️"
|
- name: "Build & Test .nix ❄️"
|
||||||
|
|
Loading…
Reference in New Issue