From 20d66f72eec8891c2d3b5300d37a79575ef74559 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:31:01 +0000 Subject: [PATCH] chore(deps): update cachix/install-nix-action action to v23 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 27d878da..9aad4e11 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Install nix ❄️ - uses: cachix/install-nix-action@v22 + uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23 with: extra_nix_config: 'access-tokens = github.com=${{ github.token }}' @@ -56,7 +56,7 @@ jobs: fetch-depth: 0 - name: Install nix ❄️ - uses: cachix/install-nix-action@v22 + uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23 with: extra_nix_config: 'access-tokens = github.com=${{ github.token }}' @@ -91,7 +91,7 @@ jobs: fetch-depth: 0 - name: Install nix ❄️ - uses: cachix/install-nix-action@v22 + uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23 with: extra_nix_config: 'access-tokens = github.com=${{ github.token }}'