summary refs log tree commit diff
path: root/.github/workflows/manual-nixos.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-05 14:26:48 +0000
committerGitHub <noreply@github.com>2023-09-05 14:26:48 +0000
commit1d179cbc675cc624bae4643b70e535e8d3d8a602 (patch)
treebe9dda8e69d38b791630ba2e7d4d51a920f8cfcf /.github/workflows/manual-nixos.yml
parentad610766246f0dc3632b26255d7488943495d909 (diff)
downloadnixpkgs-1d179cbc675cc624bae4643b70e535e8d3d8a602.tar
nixpkgs-1d179cbc675cc624bae4643b70e535e8d3d8a602.tar.gz
nixpkgs-1d179cbc675cc624bae4643b70e535e8d3d8a602.tar.bz2
nixpkgs-1d179cbc675cc624bae4643b70e535e8d3d8a602.tar.lz
nixpkgs-1d179cbc675cc624bae4643b70e535e8d3d8a602.tar.xz
nixpkgs-1d179cbc675cc624bae4643b70e535e8d3d8a602.tar.zst
nixpkgs-1d179cbc675cc624bae4643b70e535e8d3d8a602.zip
build(deps): bump cachix/install-nix-action from 22 to 23
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v22...v23)

---
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-nixos.yml')
-rw-r--r--.github/workflows/manual-nixos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/manual-nixos.yml b/.github/workflows/manual-nixos.yml
index 9862d8d7243..9cb5cb85c87 100644
--- a/.github/workflows/manual-nixos.yml
+++ b/.github/workflows/manual-nixos.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@v22
+      - uses: cachix/install-nix-action@v23
         with:
           # explicitly enable sandbox
           extra_nix_config: sandbox = true