diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-28 16:32:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 16:32:14 +0000 |
commit | e11fafaab1a50eb14eb1515aa60825b2d7779325 (patch) | |
tree | ce0a62d2cd8159afe4345fb2898f95f1b5c6bef4 /.github/workflows/nix-flake.yml | |
parent | f480f37a847100d351a970a1b83a86d9eeccbcc7 (diff) | |
download | fork-ledger-e11fafaab1a50eb14eb1515aa60825b2d7779325.tar.gz fork-ledger-e11fafaab1a50eb14eb1515aa60825b2d7779325.tar.bz2 fork-ledger-e11fafaab1a50eb14eb1515aa60825b2d7779325.zip |
chore(deps): bump cachix/install-nix-action from 23 to 24
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v23...v24)
---
updated-dependencies:
- dependency-name: cachix/install-nix-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/nix-flake.yml')
-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 0d526236..757b022f 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@v23 + - uses: cachix/install-nix-action@v24 with: nix_path: nixpkgs=channel:nixos-unstable |