Skip to content

chore(deps): bump cachix/install-nix-action from V27 to 29 (#69) #122

chore(deps): bump cachix/install-nix-action from V27 to 29 (#69)

chore(deps): bump cachix/install-nix-action from V27 to 29 (#69) #122

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Install the Nix package manager
uses: cachix/install-nix-action@v29
- name: Flake Check
run: nix flake check