Skip to content

Commit

Permalink
ci: fix nix-install-action versions
Browse files Browse the repository at this point in the history
`30` -> `v30` 😭
  • Loading branch information
MattSturgeon committed Nov 22, 2024
1 parent fb49a74 commit c1271fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c1271fa

Please sign in to comment.