Skip to content

Commit

Permalink
Merge pull request #84 from NixOS/dependabot/github_actions/cachix/in…
Browse files Browse the repository at this point in the history
…stall-nix-action-26

chore(deps): bump cachix/install-nix-action from 23 to 26
  • Loading branch information
wegank authored Apr 26, 2024
2 parents f1e6f18 + 245dc6c commit bb3fa85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
persist-credentials: false

- name: Install Nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-20.09
nix_path: nixpkgs=channel:nixos-23.05

- name: Build book
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
persist-credentials: false

- name: Install Nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-20.09
nix_path: nixpkgs=channel:nixos-23.05

- name: Build book
run: |
Expand Down

0 comments on commit bb3fa85

Please sign in to comment.