Skip to content

Commit

Permalink
Merge pull request #287 from Mic92/dependabot/github_actions/cachix/i…
Browse files Browse the repository at this point in the history
…nstall-nix-action-v29

Bump cachix/install-nix-action from V28 to 29
  • Loading branch information
Mic92 authored Sep 30, 2024
2 parents d033f05 + bb942a5 commit 102a898
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-fmt-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29

- name: Run nix formatter tool
run: nix fmt -- --fail-on-change
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V28
- uses: cachix/install-nix-action@v29
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
Expand Down

0 comments on commit 102a898

Please sign in to comment.