Skip to content

Commit

Permalink
chore(deps): bump cachix/install-nix-action from 18 to 19 (#127)
Browse files Browse the repository at this point in the history
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 19.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v18...v19)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2023
1 parent 01ea8b3 commit 24b0670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: Install the Nix package manager
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v19

- id: set-matrix
run: |
Expand All @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v3

- name: Install the Nix package manager
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v19

- uses: cachix/cachix-action@v12
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix-fmt-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v19

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

0 comments on commit 24b0670

Please sign in to comment.