From 450cad450e09397947e0054a2f66bdf4dbaf3920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 11:34:11 +0000 Subject: [PATCH] build(deps): bump cachix/install-nix-action from 20 to 22 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 22. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v20...v22) --- 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/developer_productivity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/developer_productivity.yml b/.github/workflows/developer_productivity.yml index fab14a548..2f70f95cf 100644 --- a/.github/workflows/developer_productivity.yml +++ b/.github/workflows/developer_productivity.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v3 - uses: Swatinem/rust-cache@v2 - - uses: cachix/install-nix-action@v20 + - uses: cachix/install-nix-action@v22 with: # This channel is only required to invoke "nix-shell". # Everything inside that nix-shell will use a pinned version of nixpkgs.