diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-12 16:33:47 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2024-09-12 14:36:12 -0400 |
commit | a908d37ed1d5acd1ac18b66597b447bf6e94e837 (patch) | |
tree | b8f7f9bce26975a3fae19e9b1e7106f1045f24f9 | |
parent | 6d61583a7759d2fab5aacc0c2475e4d2a7d7898f (diff) | |
download | fork-ledger-a908d37ed1d5acd1ac18b66597b447bf6e94e837.tar.gz fork-ledger-a908d37ed1d5acd1ac18b66597b447bf6e94e837.tar.bz2 fork-ledger-a908d37ed1d5acd1ac18b66597b447bf6e94e837.zip |
chore(deps): bump cachix/install-nix-action from V27 to 28
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] <support@github.com>
-rw-r--r-- | .github/workflows/nix-flake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nix-flake.yml b/.github/workflows/nix-flake.yml index 78296fe9..d95ba79f 100644 --- a/.github/workflows/nix-flake.yml +++ b/.github/workflows/nix-flake.yml @@ -13,7 +13,7 @@ jobs: os: [ubuntu-latest, macos-latest] steps: - - uses: cachix/install-nix-action@V27 + - uses: cachix/install-nix-action@V28 with: nix_path: nixpkgs=channel:nixos-unstable |