diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-08 01:30:11 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-08 01:30:11 -0500 |
| commit | 27edf3b9c73e6dd224a5125d1c5fe8d998e3aebc (patch) | |
| tree | 025610a3d9b4faeb1b57674205031785cceb2263 /.github/workflows/publish.yaml | |
| parent | 3ab50d5c41d450cf7e1f0fc0f53ce5a8450f40cf (diff) | |
ci: bump DeterminateSystems/nix-installer-action from 15 to 16 (#126)
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/publish.yaml')
| -rw-r--r-- | .github/workflows/publish.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index fbc5509..524a973 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v15 + uses: DeterminateSystems/nix-installer-action@v16 - name: Push to Flakehub uses: DeterminateSystems/flakehub-push@v5 |
