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-02-13 12:09:19 +0000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-02-14 08:10:43 +1000
commitf1787f39a53c078519aed75aa9ac511479e537b1 (patch)
tree2ea96c12be484cdf32521331f9e0f282cc2910e6 /.github/workflows/manual-nixpkgs.yml
parenta1ff433e0a91b311a4a850a3b2dabd5d80f857f1 (diff)
downloadnixpkgs-f1787f39a53c078519aed75aa9ac511479e537b1.tar
nixpkgs-f1787f39a53c078519aed75aa9ac511479e537b1.tar.gz
nixpkgs-f1787f39a53c078519aed75aa9ac511479e537b1.tar.bz2
nixpkgs-f1787f39a53c078519aed75aa9ac511479e537b1.tar.lz
nixpkgs-f1787f39a53c078519aed75aa9ac511479e537b1.tar.xz
nixpkgs-f1787f39a53c078519aed75aa9ac511479e537b1.tar.zst
nixpkgs-f1787f39a53c078519aed75aa9ac511479e537b1.zip
build(deps): bump cachix/install-nix-action from 18 to 19
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 19.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v18...v19)

---
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 23f2caf021b..63b504f670f 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@v18
+      - uses: cachix/install-nix-action@v19
         with:
           # explicitly enable sandbox
           extra_nix_config: sandbox = true