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>2023-06-19 12:08:45 +0000
committerGitHub <noreply@github.com>2023-06-19 12:08:45 +0000
commita8972d1910313bb070cc074dc46151e82c472fb2 (patch)
treeabddab80f6a716f118c8f7cfb9a734c21f8db263 /.github/workflows/manual-nixpkgs.yml
parentc8b4e5d557c997c441f67a7fc6960c21f76298ab (diff)
downloadnixpkgs-a8972d1910313bb070cc074dc46151e82c472fb2.tar
nixpkgs-a8972d1910313bb070cc074dc46151e82c472fb2.tar.gz
nixpkgs-a8972d1910313bb070cc074dc46151e82c472fb2.tar.bz2
nixpkgs-a8972d1910313bb070cc074dc46151e82c472fb2.tar.lz
nixpkgs-a8972d1910313bb070cc074dc46151e82c472fb2.tar.xz
nixpkgs-a8972d1910313bb070cc074dc46151e82c472fb2.tar.zst
nixpkgs-a8972d1910313bb070cc074dc46151e82c472fb2.zip
build(deps): bump cachix/install-nix-action from 21 to 22
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 21 to 22.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v21...v22)

---
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 43ee63af127..812907ab84e 100644
--- a/.github/workflows/manual-nixpkgs.yml
+++ b/.github/workflows/manual-nixpkgs.yml
@@ -19,7 +19,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@v21
+      - uses: cachix/install-nix-action@v22
         with:
           # explicitly enable sandbox
           extra_nix_config: sandbox = true