From 0f8500bf0cfb78b17f14c5732795290ed2cd4cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 13:51:56 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 16 to 18 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 18. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v16...v18) --- 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..f548c118 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@v18 with: nix_path: nixpkgs=channel:nixos-unstable diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 65fc84f9..db982d54 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@v18 with: nix_path: nixpkgs=channel:nixos-unstable