Skip to content

build(deps): bump cachix/cachix-action from 12 to 13 #117

build(deps): bump cachix/cachix-action from 12 to 13

build(deps): bump cachix/cachix-action from 12 to 13 #117

Workflow file for this run

name: "Test"
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v13
with:
name: klarkc
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check