From 8d888029bd9d1af5ced0c43e325331e844049c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:36:19 +0100 Subject: [PATCH] Bump cachix/install-nix-action from V28 to 29 (#81) --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 134e061..14bf599 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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"