From ba7c344d10de09b71b5336e24c3cd934c5cccdb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 17:34:55 +0200 Subject: chore(deps): update cachix/install-nix-action action to v23 (#282) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 27d878d..9aad4e1 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 }}' -- cgit v1.2.3