From a6ad08004fcd11d64b136d93672863e9f4b80506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 00:52:42 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 20 to 26 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 26. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v20...v26) --- 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/autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 265448591fc..83325b289c4 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -16,7 +16,7 @@ jobs: repository: "CodeDownIO/registry2nix" ref: "81a79057d16107861161fe05cb7e04808c685e2a" - - uses: cachix/install-nix-action@v20 + - uses: cachix/install-nix-action@v26 with: nix_path: nixpkgs=channel:release-22.11 github_access_token: ${{ secrets.GITHUB_TOKEN }}