From e2216a6cd6a86d05b58ebcfb8370a5d50380cf1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 13:27:31 +0100 Subject: [PATCH] Dependabot(deps): Bump cachix/install-nix-action from 14 to 16 (#374) Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 14 to 16. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v14...v16) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cron-flakes.yml | 2 +- .github/workflows/cron-nixpkgs.yml | 2 +- .github/workflows/frontend.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cron-flakes.yml b/.github/workflows/cron-flakes.yml index 7afb0c9..173fd42 100644 --- a/.github/workflows/cron-flakes.yml +++ b/.github/workflows/cron-flakes.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: Installing Nix - uses: cachix/install-nix-action@v14 + uses: cachix/install-nix-action@v16 with: install_url: https://nixos-nix-install-tests.cachix.org/serve/i6laym9jw3wg9mw6ncyrk6gjx4l34vvx/install install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve' diff --git a/.github/workflows/cron-nixpkgs.yml b/.github/workflows/cron-nixpkgs.yml index 5d9b383..a1a4775 100644 --- a/.github/workflows/cron-nixpkgs.yml +++ b/.github/workflows/cron-nixpkgs.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Installing Nix - uses: cachix/install-nix-action@v14 + uses: cachix/install-nix-action@v16 with: install_url: https://nixos-nix-install-tests.cachix.org/serve/i6laym9jw3wg9mw6ncyrk6gjx4l34vvx/install install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve' diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 5b8c8bf..a2e163f 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Installing Nix - uses: cachix/install-nix-action@v14 + uses: cachix/install-nix-action@v16 - uses: cachix/cachix-action@v10 with: