From 6072150e6fa2d2e5a0496c16d4ddfbe4e98711c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 03:16:06 +0000 Subject: [PATCH] chore(ci.deps): bump cachix/install-nix-action from 26 to 31 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 31. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v26...v31) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-version: '31' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update_flake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_flake.yml b/.github/workflows/update_flake.yml index 41cb6156..9c029c81 100644 --- a/.github/workflows/update_flake.yml +++ b/.github/workflows/update_flake.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # Required to count the commits - - uses: cachix/install-nix-action@v26 + - uses: cachix/install-nix-action@v31 with: nix_path: nixpkgs=channel:nixos-unstable - name: Run flake-update