Bump cachix/install-nix-action from 25 to 26 (#33)

This commit is contained in:
dependabot[bot]
2024-03-11 07:30:57 +00:00
committed by GitHub
parent 75c77e99c0
commit 31e8d08da3

View File

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