Skip to content

Commit

Permalink
chore(deps): update cachix/install-nix-action action to v26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Gerschtli committed Mar 8, 2024
1 parent 2de39de commit 2499f41
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Install nix
uses: cachix/install-nix-action@v25
uses: cachix/install-nix-action@v26
with:
extra_nix_config: |
keep-going = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4

- name: Install nix
uses: cachix/install-nix-action@v25
uses: cachix/install-nix-action@v26
with:
extra_nix_config: |
keep-going = true
Expand Down

0 comments on commit 2499f41

Please sign in to comment.