summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-16 12:11:52 -0400
committerGitHub <[email protected]>2024-09-16 12:11:52 -0400
commit33f8e82754c52ad9d035cbd17e2547bf56369488 (patch)
tree31b0fa1c508ad0b586a3eb821d10d15e4f03200d /.github/workflows/ci.yaml
parentaf23d7bab32b5438ba5602f0ab42dd1d596ef9d7 (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.yaml2
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: |