ci: fix nix-install-action versions

`30` -> `v30` 😭
This commit is contained in:
Matt Sturgeon 2024-11-22 22:37:00 +00:00
parent fb49a740f8
commit c1271fa10a
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@30
uses: cachix/install-nix-action@v30
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@30
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
github_access_token: ${{ secrets.GITHUB_TOKEN }}