Merge pull request #147123 from Mic92/install-nix-action

build(deps): bump cachix/install-nix-action from 15 to 16

authored by Domen Kožar and committed by GitHub 5cf75a4c 9980b200

+5 -5
+1 -1
.github/workflows/basic-eval.yml
··· 15 15 # we don't limit this action to only NixOS repo since the checks are cheap and useful developer feedback 16 16 steps: 17 17 - uses: actions/checkout@v2 18 - - uses: cachix/install-nix-action@v15 18 + - uses: cachix/install-nix-action@v16 19 19 # explicit list of supportedSystems is needed until aarch64-darwin becomes part of the trunk jobset 20 20 - run: nix-build pkgs/top-level/release.nix -A tarball.nixpkgs-basic-release-checks --arg supportedSystems '[ "aarch64-darwin" "aarch64-linux" "x86_64-linux" "x86_64-darwin" ]'
+1 -1
.github/workflows/editorconfig.yml
··· 28 28 # pull_request_target checks out the base branch by default 29 29 ref: refs/pull/${{ github.event.pull_request.number }}/merge 30 30 if: env.PR_DIFF 31 - - uses: cachix/install-nix-action@v15 31 + - uses: cachix/install-nix-action@v16 32 32 if: env.PR_DIFF 33 33 with: 34 34 # nixpkgs commit is pinned so that it doesn't break
+1 -1
.github/workflows/manual-nixos.yml
··· 18 18 with: 19 19 # pull_request_target checks out the base branch by default 20 20 ref: refs/pull/${{ github.event.pull_request.number }}/merge 21 - - uses: cachix/install-nix-action@v15 21 + - uses: cachix/install-nix-action@v16 22 22 with: 23 23 # explicitly enable sandbox 24 24 extra_nix_config: sandbox = true
+1 -1
.github/workflows/manual-nixpkgs.yml
··· 18 18 with: 19 19 # pull_request_target checks out the base branch by default 20 20 ref: refs/pull/${{ github.event.pull_request.number }}/merge 21 - - uses: cachix/install-nix-action@v15 21 + - uses: cachix/install-nix-action@v16 22 22 with: 23 23 # explicitly enable sandbox 24 24 extra_nix_config: sandbox = true
+1 -1
.github/workflows/nixos-manual.yml
··· 19 19 with: 20 20 # pull_request_target checks out the base branch by default 21 21 ref: refs/pull/${{ github.event.pull_request.number }}/merge 22 - - uses: cachix/install-nix-action@v15 22 + - uses: cachix/install-nix-action@v16 23 23 - name: Check DocBook files generated from Markdown are consistent 24 24 run: | 25 25 nixos/doc/manual/md-to-db.sh