ci: bump nix-install-action

This commit is contained in:
Matt Sturgeon 2024-11-22 21:21:36 +00:00
parent 863d7d5ade
commit fb49a740f8
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ jobs:
steps:
- name: Install nix
uses: cachix/install-nix-action@v26
uses: cachix/install-nix-action@30
with:
nix_path: nixpkgs=channel:nixos-unstable

View file

@ -51,7 +51,7 @@ jobs:
gh workflow run update.yml --ref nixos-24.05
- name: Install Nix
uses: cachix/install-nix-action@v26
uses: cachix/install-nix-action@30
with:
nix_path: nixpkgs=channel:nixos-unstable
github_access_token: ${{ secrets.GITHUB_TOKEN }}