Skip to content

Commit

Permalink
ci: bump cachix/install-nix-action from 27 to 28 in the actions group
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [cachix/install-nix-action](https://github.com/cachix/install-nix-action).


Updates `cachix/install-nix-action` from 27 to 28
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v27...V28)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 01c0da2 commit ec06e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.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@v27
- uses: cachix/install-nix-action@V28
- run: nix flake check

build:
Expand All @@ -21,6 +21,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@V28
- run: nix build
- run: nix develop -c sh -c 'tree-sitter generate --no-bindings && tree-sitter test'

0 comments on commit ec06e90

Please sign in to comment.