Skip to content

Commit

Permalink
workflows: update nix action version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Nov 12, 2024
1 parent 8ce7140 commit 8888a15
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@v30
with:
install_url: https://nixos.org/nix/install
extra_nix_config: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v25
uses: cachix/install-nix-action@v30
with:
install_url: https://nixos.org/nix/install
extra_nix_config: |
Expand Down
70 changes: 35 additions & 35 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8888a15

Please sign in to comment.