nix-config/.github/workflows/deadnix.yml
dependabot[bot] 18f340e1af
Bump DeterminateSystems/nix-installer-action from 4 to 6
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 4 to 6.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v4...v6)

---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 06:46:27 +00:00

17 lines
355 B
YAML

name: Dead 😵 Nix ❄️ Analysis 🔍️
on:
push:
branches:
- main
jobs:
deadnix:
name: Dead Nix Analysis
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v6
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: astro/deadnix-action@v1