Bump cachix/install-nix-action from 30 to 31 (#113)

This commit is contained in:
dependabot[bot]
2025-03-17 07:41:11 +00:00
committed by GitHub
parent c1ca9a27e9
commit e03ae63070

View File

@@ -13,7 +13,7 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "Install Nix"
uses: "cachix/install-nix-action@v30"
uses: "cachix/install-nix-action@v31"
with: { "extra_nix_config": "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" }
- name: "Check flake"
run: "nix flake check --all-systems"