Bump cachix/install-nix-action from V28 to 29 (#81)

This commit is contained in:
dependabot[bot]
2024-09-30 08:36:19 +01:00
committed by GitHub
parent d891582dfe
commit 8d888029bd

View File

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