Skip to content

Commit

Permalink
Update cachix/install-nix-action action to v30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 7968a53 commit 2179256
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@v29
uses: cachix/install-nix-action@v30
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@v29
uses: cachix/install-nix-action@v30

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

0 comments on commit 2179256

Please sign in to comment.