diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-16 12:11:52 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-16 12:11:52 -0400 |
| commit | 33f8e82754c52ad9d035cbd17e2547bf56369488 (patch) | |
| tree | 31b0fa1c508ad0b586a3eb821d10d15e4f03200d /.github/workflows/ci.yaml | |
| parent | af23d7bab32b5438ba5602f0ab42dd1d596ef9d7 (diff) | |
ci: bump cachix/install-nix-action from V27 to 28 (#6)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 28. This release includes the previously tagged commit.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/V27...V28)
---
updated-dependencies:
- dependency-name: cachix/install-nix-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 30ed686..e81a219 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 - name: Build release.nix run: | |
