Merge pull request #3 from alejandro-angulo/dependabot/github_actions/DeterminateSystems/nix-installer-action-13
ci: bump DeterminateSystems/nix-installer-action from 12 to 13
This commit is contained in:
commit
da836adfb2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: DeterminateSystems/nix-installer-action@v12
|
- uses: DeterminateSystems/nix-installer-action@v13
|
||||||
|
|
||||||
- run: nix -vL --show-trace flake check
|
- run: nix -vL --show-trace flake check
|
||||||
|
|
||||||
|
|
2
.github/workflows/deps.yml
vendored
2
.github/workflows/deps.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: DeterminateSystems/nix-installer-action@v12
|
- uses: DeterminateSystems/nix-installer-action@v13
|
||||||
|
|
||||||
- run: nix -vL run --show-trace .#update
|
- run: nix -vL run --show-trace .#update
|
||||||
|
|
||||||
|
|
2
.github/workflows/flake.yml
vendored
2
.github/workflows/flake.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: DeterminateSystems/nix-installer-action@v12
|
- uses: DeterminateSystems/nix-installer-action@v13
|
||||||
|
|
||||||
- id: update-flake-lock
|
- id: update-flake-lock
|
||||||
uses: DeterminateSystems/update-flake-lock@v23
|
uses: DeterminateSystems/update-flake-lock@v23
|
||||||
|
|
Loading…
Reference in a new issue