diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-03 23:07:09 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-03 23:07:09 -0500 |
| commit | 7d263c314b40da08d3422526f5426956f41334a1 (patch) | |
| tree | c7870ec39fdba8d6988d4dfdcb7579250c5774ce /.github/workflows/publish.yml | |
| parent | a3ad5842afde1046f230c923e26e5c279b9b526b (diff) | |
ci: bump DeterminateSystems/nix-installer-action from 15 to 16 (#35)
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.yml')
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3979f83..30b8080 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: ref: ${{ inputs.tag }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v15 + uses: DeterminateSystems/nix-installer-action@v16 - name: Push to FlakeHub uses: DeterminateSystems/flakehub-push@v5 @@ -50,7 +50,7 @@ jobs: ref: ${{ inputs.tag }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v15 + uses: DeterminateSystems/nix-installer-action@v16 - name: Push to Flakestry # Flakestry sometimes sends bad responses even when |
