···1515 # we don't limit this action to only NixOS repo since the checks are cheap and useful developer feedback
1616 steps:
1717 - uses: actions/checkout@v2
1818- - uses: cachix/install-nix-action@v15
1818+ - uses: cachix/install-nix-action@v16
1919 # explicit list of supportedSystems is needed until aarch64-darwin becomes part of the trunk jobset
2020 - 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
···2828 # pull_request_target checks out the base branch by default
2929 ref: refs/pull/${{ github.event.pull_request.number }}/merge
3030 if: env.PR_DIFF
3131- - uses: cachix/install-nix-action@v15
3131+ - uses: cachix/install-nix-action@v16
3232 if: env.PR_DIFF
3333 with:
3434 # nixpkgs commit is pinned so that it doesn't break
+1-1
.github/workflows/manual-nixos.yml
···1818 with:
1919 # pull_request_target checks out the base branch by default
2020 ref: refs/pull/${{ github.event.pull_request.number }}/merge
2121- - uses: cachix/install-nix-action@v15
2121+ - uses: cachix/install-nix-action@v16
2222 with:
2323 # explicitly enable sandbox
2424 extra_nix_config: sandbox = true
+1-1
.github/workflows/manual-nixpkgs.yml
···1818 with:
1919 # pull_request_target checks out the base branch by default
2020 ref: refs/pull/${{ github.event.pull_request.number }}/merge
2121- - uses: cachix/install-nix-action@v15
2121+ - uses: cachix/install-nix-action@v16
2222 with:
2323 # explicitly enable sandbox
2424 extra_nix_config: sandbox = true
+1-1
.github/workflows/nixos-manual.yml
···1919 with:
2020 # pull_request_target checks out the base branch by default
2121 ref: refs/pull/${{ github.event.pull_request.number }}/merge
2222- - uses: cachix/install-nix-action@v15
2222+ - uses: cachix/install-nix-action@v16
2323 - name: Check DocBook files generated from Markdown are consistent
2424 run: |
2525 nixos/doc/manual/md-to-db.sh