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 15, 2024
1 parent abb05ab commit 65e8e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix-flake-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v20
uses: cachix/install-nix-action@v27

- name: Run nix flake check
run: nix flake check
2 changes: 1 addition & 1 deletion .github/workflows/nix-fmt-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v20
uses: cachix/install-nix-action@v27

- name: Run nix formatter tool
run: nix fmt . -- --check

0 comments on commit 65e8e1c

Please sign in to comment.