Skip to content

Commit

Permalink
chore(deps): update cachix/install-nix-action action to v27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 16, 2024
1 parent aab4c79 commit 10f0618
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 @@ -86,7 +86,7 @@ jobs:
tool-cache: true

- name: Install nix
uses: cachix/install-nix-action@v26
uses: cachix/install-nix-action@v27
if: matrix.system == 'x86_64'
with:
extra_nix_config: |
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@v26
uses: cachix/install-nix-action@v27

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

0 comments on commit 10f0618

Please sign in to comment.