GHActions: Bump install-nix-action to v22
Not all workflows were updated but some were, this fixes the inconsistency.
This commit is contained in:
parent
8a5af0da9d
commit
cd87d92320
3 changed files with 3 additions and 3 deletions
2
.github/workflows/debug.yml
vendored
2
.github/workflows/debug.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v20
|
||||
- uses: cachix/install-nix-action@v22
|
||||
- run: |
|
||||
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
|
||||
nix-channel --update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue