From 9326f75fde6380de28169e6e36e74e637be7b6f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 13:15:41 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 16 to 19 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 19. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v16...v19) --- 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/ci.yaml | 2 +- .github/workflows/push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c6bc25da..e914519e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: push: true tags: localhost:5000/tinkerbell/hook-docker:0.0 - - uses: cachix/install-nix-action@v16 + - uses: cachix/install-nix-action@v19 with: nix_path: nixpkgs=channel:nixos-unstable diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 65fc84f9..2c13bc35 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -41,7 +41,7 @@ jobs: push: ${{ github.actor != 'dependabot[bot]' }} tags: quay.io/tinkerbell/hook-docker:0.0 - - uses: cachix/install-nix-action@v16 + - uses: cachix/install-nix-action@v19 with: nix_path: nixpkgs=channel:nixos-unstable