diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-05 10:39:43 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-05 10:39:43 -0500 |
| commit | 5bda16aba3c448ba9fd25f3dae81909b3ed5bbe1 (patch) | |
| tree | 2a7b3f79df92fa9042f54486f23c5877abe08c2f /.github/workflows/publish.yaml | |
| parent | 52ff50faa5f83a4cda4427a09019a0ecf47a4256 (diff) | |
ci: bump DeterminateSystems/nix-installer-action from 14 to 15 (#121)
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 14 to 15.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v14...v15)
---
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 3f21271..fbc5509 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@v14 + uses: DeterminateSystems/nix-installer-action@v15 - name: Push to Flakehub uses: DeterminateSystems/flakehub-push@v5 |
