From 32916054630ce542ab9d4c5fc9fa335b24a99073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 09:24:51 +0000 Subject: [PATCH] build(deps): bump cachix/install-nix-action from 25 to 31 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 31. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md) - [Commits](https://github.com/cachix/install-nix-action/compare/v25...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/nix-cache.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix-cache.yaml b/.github/workflows/nix-cache.yaml index d925be6..dba74dc 100644 --- a/.github/workflows/nix-cache.yaml +++ b/.github/workflows/nix-cache.yaml @@ -16,7 +16,7 @@ jobs: - name: "CHeckout" uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v25 + - uses: cachix/install-nix-action@v31 with: nix_path: nixpkgs=channel:nixos-unstable