diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-18 16:10:43 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-18 16:10:43 +0000 |
| commit | 00126f34fb60f0985d827bc4f0e8478c5d1c8361 (patch) | |
| tree | 8b144a2f4472152ba5a9787d6c80fddd4eca2e5a /.github/workflows/ci.yaml | |
| parent | d6b001b19159a8b23e80086b95e679f70a6c79b9 (diff) | |
ci: bump DeterminateSystems/nix-installer-action from 14 to 16dependabot/github_actions/DeterminateSystems/nix-installer-action-16
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 14 to 16.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v14...v16)
---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 19a38d4..73c4791 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v14 + uses: DeterminateSystems/nix-installer-action@v16 with: diagnostic-endpoint: "" @@ -57,7 +57,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v14 + uses: DeterminateSystems/nix-installer-action@v16 with: diagnostic-endpoint: "" |
