Skip to content

Commit

Permalink
ci: bump nix-install-action
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Nov 22, 2024
1 parent 863d7d5 commit fb49a74
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@v26
uses: cachix/install-nix-action@30
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@v26
uses: cachix/install-nix-action@30
with:
nix_path: nixpkgs=channel:nixos-unstable
github_access_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fb49a74

Please sign in to comment.