From 9a443e67a0030321f9aac230d5f02a8327f21d56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 03:26:21 +0000 Subject: [PATCH] chore(deps): update determinatesystems/nix-installer-action digest to 45a18a6 --- .github/actions/build-nix-image/action.yml | 2 +- .github/workflows/build-nix-images.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/template.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/build-nix-image/action.yml b/.github/actions/build-nix-image/action.yml index d0e3b06..be428e8 100644 --- a/.github/actions/build-nix-image/action.yml +++ b/.github/actions/build-nix-image/action.yml @@ -39,7 +39,7 @@ runs: sudo apt-get clean - name: Install Nix - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # ratchet:DeterminateSystems/nix-installer-action@main + uses: DeterminateSystems/nix-installer-action@45a18a69953f27af3c2bfad0a5e01c38ef2da462 # ratchet:DeterminateSystems/nix-installer-action@main with: extra-conf: | extra-platforms = aarch64-linux diff --git a/.github/workflows/build-nix-images.yaml b/.github/workflows/build-nix-images.yaml index 125a0fb..fbbd124 100644 --- a/.github/workflows/build-nix-images.yaml +++ b/.github/workflows/build-nix-images.yaml @@ -82,7 +82,7 @@ jobs: if: ${{ inputs.debug_enabled == 'true' }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # ratchet:DeterminateSystems/nix-installer-action@main + uses: DeterminateSystems/nix-installer-action@45a18a69953f27af3c2bfad0a5e01c38ef2da462 # ratchet:DeterminateSystems/nix-installer-action@main with: extra-conf: "system-features = nixos-test benchmark big-parallel kvm" # - name: Install Nix diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c7330b8..9ccf376 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -181,7 +181,7 @@ jobs: sudo apt-get clean - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # ratchet:DeterminateSystems/nix-installer-action@main + uses: DeterminateSystems/nix-installer-action@45a18a69953f27af3c2bfad0a5e01c38ef2da462 # ratchet:DeterminateSystems/nix-installer-action@main with: extra-conf: "system-features = nixos-test benchmark big-parallel kvm" # - name: Install Nix diff --git a/.github/workflows/template.yaml b/.github/workflows/template.yaml index c784c46..3924ec3 100644 --- a/.github/workflows/template.yaml +++ b/.github/workflows/template.yaml @@ -136,7 +136,7 @@ jobs: sudo apt-get clean - name: Install Nix - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # ratchet:DeterminateSystems/nix-installer-action@main + uses: DeterminateSystems/nix-installer-action@45a18a69953f27af3c2bfad0a5e01c38ef2da462 # ratchet:DeterminateSystems/nix-installer-action@main with: extra-conf: "system-features = nixos-test benchmark big-parallel kvm"