diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-09-07 22:58:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 22:58:35 +0200 |
commit | cc4734d3432ade8df621e49a4e7be96f073d22f4 (patch) | |
tree | e2a2326e11f299d5436721bf1d19b71f567c6428 | |
parent | 96cf89749282202ceb2654dd9a0017a3bc014b70 (diff) | |
parent | a250aa57a695fe33294ad24e3cb10613f322d3fc (diff) | |
download | fork-ledger-cc4734d3432ade8df621e49a4e7be96f073d22f4.tar.gz fork-ledger-cc4734d3432ade8df621e49a4e7be96f073d22f4.tar.bz2 fork-ledger-cc4734d3432ade8df621e49a4e7be96f073d22f4.zip |
Merge pull request #2286 from ledger/dependabot/github_actions/cachix/install-nix-action-23
chore(deps): bump cachix/install-nix-action from 22 to 23
-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 |