diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-19 04:45:01 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-19 04:45:01 -0500 |
| commit | 18fa6405cf4ced9819ea0ac376240e92a831c9a5 (patch) | |
| tree | 59007f7e0570db907cd74168d4937b5fc8afad79 /.github/workflows | |
| parent | 0dfa2c495971242fb162e00fb1add5c9f4a069d5 (diff) | |
ci: bump DeterminateSystems/nix-installer-action from 15 to 16 (#505)
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 15 to 16.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v15...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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/update-lock.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d9fe92f..069fd0b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v15 + uses: DeterminateSystems/nix-installer-action@v16 with: diagnostic-endpoint: "" diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index 6f04baa..d6d3186 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -37,7 +37,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v15 + uses: DeterminateSystems/nix-installer-action@v16 with: diagnostic-endpoint: "" |
