summary refs log tree commit diff
path: root/.github/workflows/manual-nixpkgs.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-22 23:21:06 +0000
committerJörg Thalheim <joerg@thalheim.io>2021-11-23 13:50:59 +0100
commit4985724c823c15661374d0ec396cf6039a4a476b (patch)
tree4fdbef56d46af9307bbc72cf946dd2379debbed5 /.github/workflows/manual-nixpkgs.yml
parentcd1f94959b806b7c2cb079eaca54201816c66300 (diff)
downloadnixpkgs-4985724c823c15661374d0ec396cf6039a4a476b.tar
nixpkgs-4985724c823c15661374d0ec396cf6039a4a476b.tar.gz
nixpkgs-4985724c823c15661374d0ec396cf6039a4a476b.tar.bz2
nixpkgs-4985724c823c15661374d0ec396cf6039a4a476b.tar.lz
nixpkgs-4985724c823c15661374d0ec396cf6039a4a476b.tar.xz
nixpkgs-4985724c823c15661374d0ec396cf6039a4a476b.tar.zst
nixpkgs-4985724c823c15661374d0ec396cf6039a4a476b.zip
build(deps): bump cachix/install-nix-action from 15 to 16
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 15 to 16.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v15...v16)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/manual-nixpkgs.yml')
-rw-r--r--.github/workflows/manual-nixpkgs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/manual-nixpkgs.yml b/.github/workflows/manual-nixpkgs.yml
index 6866bc3af61..3bdbd7f78fc 100644
--- a/.github/workflows/manual-nixpkgs.yml
+++ b/.github/workflows/manual-nixpkgs.yml
@@ -18,7 +18,7 @@ jobs:
         with:
           # pull_request_target checks out the base branch by default
           ref: refs/pull/${{ github.event.pull_request.number }}/merge
-      - uses: cachix/install-nix-action@v15
+      - uses: cachix/install-nix-action@v16
         with:
           # explicitly enable sandbox
           extra_nix_config: sandbox = true