diff options
author | Steve Purcell <steve@sanityinc.com> | 2023-06-17 22:28:38 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-17 22:28:38 +1200 |
commit | d556f3bcb10269ae6dc746ab75b6332cafb21b89 (patch) | |
tree | 8562ecb0212b8f566854eb04085390fc91bb0ff4 | |
parent | 91490fb4b5940887d47580a998cc28c59f885f66 (diff) | |
parent | 193b4174461e836d8504ea724e465ef11a30ba5b (diff) | |
download | fork-ledger-d556f3bcb10269ae6dc746ab75b6332cafb21b89.tar.gz fork-ledger-d556f3bcb10269ae6dc746ab75b6332cafb21b89.tar.bz2 fork-ledger-d556f3bcb10269ae6dc746ab75b6332cafb21b89.zip |
Merge pull request #2266 from ledger/dependabot/github_actions/cachix/install-nix-action-22
chore(deps): bump cachix/install-nix-action from 20 to 22
-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 eab3400e..f4ba7142 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@v20 + - uses: cachix/install-nix-action@v22 with: nix_path: nixpkgs=channel:nixos-unstable |