Skip to content

Commit

Permalink
chore(deps): update cachix/install-nix-action action to v25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent e803a00 commit 039fc4d
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 @@ -84,7 +84,7 @@ jobs:
tool-cache: true

- name: Install nix
uses: cachix/install-nix-action@v24
uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
keep-going = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Install nix
uses: cachix/install-nix-action@v24
uses: cachix/install-nix-action@v25

- name: Set branch name output
id: branch
Expand Down

0 comments on commit 039fc4d

Please sign in to comment.