From f66dcd5db424981d63528bbb9f334ac4bf37e55b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:16:08 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 22 to 23 (#32) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7dccd84..3a13738 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@v22 + uses: cachix/install-nix-action@v23 with: extra_nix_config: | ## Access token to avoid triggering GitHub's rate limiting. @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@v22 + uses: cachix/install-nix-action@v23 with: extra_nix_config: | ## Access token to avoid triggering GitHub's rate limiting. @@ -80,7 +80,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@v22 + uses: cachix/install-nix-action@v23 with: extra_nix_config: | ## Access token to avoid triggering GitHub's rate limiting.