From 423cdffd0cae2d0c19ad40bd39e9bda19bc98cac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:32:01 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 18 to 20 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 20. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v18...v20) --- 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 43745129e..a6f96847d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: with: go-version: "${{ env.GO_VERSION }}" - name: Install nix - uses: cachix/install-nix-action@v18 + uses: cachix/install-nix-action@v20 with: nix_path: nixpkgs=channel:nixos-unstable - name: Install required nix packages @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install nix - uses: cachix/install-nix-action@v18 + uses: cachix/install-nix-action@v20 with: nix_path: nixpkgs=channel:nixos-unstable - run: nix-shell --run 'true'