From 44a0b17e5899bb68b0ea5e1b8ddaf09af17e7207 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:48:24 +0000 Subject: [PATCH] chore(deps): update cachix/install-nix-action action to v30 --- .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 0c4dcb9e7..cf252c552 100644 --- a/.github/workflows/developer_productivity.yml +++ b/.github/workflows/developer_productivity.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 - - uses: cachix/install-nix-action@v29 + - uses: cachix/install-nix-action@v30 with: # This channel is only required to invoke "nix-shell". # Everything inside that nix-shell will use a pinned version of nixpkgs.