From f02529e23e1e93b24b5892582eb05e04326ac45e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 06:55:30 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 20 to 23 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 23. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v20...v23) --- 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 38bd4a4ec31..64e90684469 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@v23 with: nix_path: nixpkgs=channel:release-22.11 github_access_token: ${{ secrets.GITHUB_TOKEN }}