From f34cb584a9e4580c733133a92f59a5b41d6c96f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:11:53 +0000 Subject: [PATCH] chore(deps): update cachix/install-nix-action action to v29 --- .github/workflows/nix.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index a7c6780..f01a0b5 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - uses: cachix/install-nix-action@v27 + - uses: cachix/install-nix-action@v29 with: extra_nix_config: | access-tokens = github.com=${{ github.token }} @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - uses: cachix/install-nix-action@v27 + - uses: cachix/install-nix-action@v29 with: extra_nix_config: | access-tokens = github.com=${{ github.token }} @@ -60,7 +60,7 @@ jobs: runs-on: [ matterlabs-default-infra-runners ] steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - uses: cachix/install-nix-action@v27 + - uses: cachix/install-nix-action@v29 with: extra_nix_config: | access-tokens = github.com=${{ github.token }}