mirror of
https://github.com/Defelo/nixos.git
synced 2025-05-12 18:52:49 +00:00
chore(deps): update determinatesystems/nix-installer-action action to v17 (#257)
Co-authored-by: defelo-renovate[bot] <186864790+defelo-renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7cb5a73ec8
commit
bc39eb6805
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@v16
|
||||
- uses: DeterminateSystems/nix-installer-action@v17
|
||||
- run: nix fmt -- --ci
|
||||
|
||||
checks:
|
||||
|
@ -21,7 +21,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: sudo mkdir /mnt/nix && sudo mount -m -o bind /mnt/nix /nix
|
||||
- uses: DeterminateSystems/nix-installer-action@v16
|
||||
- uses: DeterminateSystems/nix-installer-action@v17
|
||||
- uses: ryanccn/attic-action@v0
|
||||
with:
|
||||
endpoint: https://attic.defelo.de/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue