From 63c5339ca7cddcb98aae0567dcff3b9e829fad8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:58:39 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 16 to 30 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 30. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v16...v30) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 8ff4def..5679e5d 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v16 + - uses: cachix/install-nix-action@v30 # TODO: add a binary cache # - uses: cachix/cachix-action@v10 # with: @@ -33,5 +33,5 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v16 + - uses: cachix/install-nix-action@v30 - run: nix shell nixpkgs#alejandra -c alejandra -c .