Skip to content

Commit

Permalink
build(deps): bump cachix/install-nix-action from 21 to 22
Browse files Browse the repository at this point in the history
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 21 to 22.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v21...v22)

---
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]>
  • Loading branch information
dependabot[bot] authored and soupglasses committed Jun 27, 2023
1 parent 01bd2fb commit 92badfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v21
- uses: cachix/install-nix-action@v22
- name: Run nix flake check
run: nix flake check --no-build --show-trace

"Pre-Commit":
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v21
- uses: cachix/install-nix-action@v22
- name: Run pre-commit-check
run: nix build .#checks.x86_64-linux.pre-commit-check --show-trace
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v21
uses: cachix/install-nix-action@v22
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v19
with:
Expand Down

0 comments on commit 92badfe

Please sign in to comment.