mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
ci: fix nix-install-action versions
`30` -> `v30` 😭
This commit is contained in:
parent
fb49a740f8
commit
c1271fa10a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build_documentation.yml
vendored
2
.github/workflows/build_documentation.yml
vendored
|
@ -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
|
||||
|
||||
|
|
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue