Skip to content

build(deps): bump cachix/install-nix-action from V27 to 28 #1278

build(deps): bump cachix/install-nix-action from V27 to 28

build(deps): bump cachix/install-nix-action from V27 to 28 #1278

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
check:
name: check
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@V28
- name: Set up cachix
uses: cachix/cachix-action@v15
with:
name: nix-community
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Run checks
run: nix flake check