diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-08 16:05:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 16:05:40 +0000 |
commit | 926f1e08fe29b5b01f4529b172f1babec8637f48 (patch) | |
tree | 1e64570bcb2c64bffabe5f660e1bb70be455cd12 | |
parent | 42a2121a9d19112e6f34b612f81f40a8eaf1cf4e (diff) | |
download | fork-ledger-926f1e08fe29b5b01f4529b172f1babec8637f48.tar.gz fork-ledger-926f1e08fe29b5b01f4529b172f1babec8637f48.tar.bz2 fork-ledger-926f1e08fe29b5b01f4529b172f1babec8637f48.zip |
chore(deps): bump cachix/install-nix-action from 25 to 26
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 26.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v25...v26)
---
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>
-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 c7694e1c..ec85e145 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@v25 + - uses: cachix/install-nix-action@v26 with: nix_path: nixpkgs=channel:nixos-unstable |