Skip to content

Commit

Permalink
Merge pull request #409 from barrucadu/dependabot/github_actions/cach…
Browse files Browse the repository at this point in the history
…ix/install-nix-action-26

Bump cachix/install-nix-action from 25 to 26
  • Loading branch information
barrucadu authored Mar 8, 2024
2 parents 74783d8 + 6f3aebb commit 54a680f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
exit 1
fi
- name: Install nix
uses: cachix/install-nix-action@v25
uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-23.05
- name: Check documentation site builds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install nix
uses: cachix/install-nix-action@v25
uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-23.05
- name: Build
Expand Down

0 comments on commit 54a680f

Please sign in to comment.