diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-11-30 09:33:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 09:33:52 +0000 |
commit | 9b88db807c977350757c70a8238b6a980240fb9e (patch) | |
tree | ce0a62d2cd8159afe4345fb2898f95f1b5c6bef4 | |
parent | f480f37a847100d351a970a1b83a86d9eeccbcc7 (diff) | |
parent | e11fafaab1a50eb14eb1515aa60825b2d7779325 (diff) | |
download | fork-ledger-9b88db807c977350757c70a8238b6a980240fb9e.tar.gz fork-ledger-9b88db807c977350757c70a8238b6a980240fb9e.tar.bz2 fork-ledger-9b88db807c977350757c70a8238b6a980240fb9e.zip |
Merge pull request #2303 from ledger/dependabot/github_actions/cachix/install-nix-action-24
chore(deps): bump cachix/install-nix-action from 23 to 24
-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 |