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>2022-04-07 23:37:40 +0000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-04-08 17:59:26 +1000
commit23e9e781e292a246c4f884d58661136eab726c45 (patch)
tree7ef81fbec7d70f0d47f937b51b3ed304a47d4924 /.github/workflows/manual-nixpkgs.yml
parent468c00b7f24ba2cfe9b3d3fca46544e71cb92a6a (diff)
downloadnixpkgs-23e9e781e292a246c4f884d58661136eab726c45.tar
nixpkgs-23e9e781e292a246c4f884d58661136eab726c45.tar.gz
nixpkgs-23e9e781e292a246c4f884d58661136eab726c45.tar.bz2
nixpkgs-23e9e781e292a246c4f884d58661136eab726c45.tar.lz
nixpkgs-23e9e781e292a246c4f884d58661136eab726c45.tar.xz
nixpkgs-23e9e781e292a246c4f884d58661136eab726c45.tar.zst
nixpkgs-23e9e781e292a246c4f884d58661136eab726c45.zip
build(deps): bump cachix/install-nix-action from 16 to 17
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 17.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v16...v17)

---
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 70d9aab6982..2aebeeeea2a 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@v16
+      - uses: cachix/install-nix-action@v17
         with:
           # explicitly enable sandbox
           extra_nix_config: sandbox = true