diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-04 16:57:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-04 16:57:17 +0000 |
commit | a250aa57a695fe33294ad24e3cb10613f322d3fc (patch) | |
tree | e2a2326e11f299d5436721bf1d19b71f567c6428 /.github/workflows/nix-flake.yml | |
parent | 96cf89749282202ceb2654dd9a0017a3bc014b70 (diff) | |
download | fork-ledger-a250aa57a695fe33294ad24e3cb10613f322d3fc.tar.gz fork-ledger-a250aa57a695fe33294ad24e3cb10613f322d3fc.tar.bz2 fork-ledger-a250aa57a695fe33294ad24e3cb10613f322d3fc.zip |
chore(deps): bump cachix/install-nix-action from 22 to 23
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v22...v23)
---
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 f4ba7142..f220a864 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@v22 + - uses: cachix/install-nix-action@v23 with: nix_path: nixpkgs=channel:nixos-unstable |