From 715e206bc4d806e32e4f0c24139c01baf967a8e5 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 27 Nov 2024 11:45:14 +0100 Subject: [PATCH] Pin Nix actions --- .github/workflows/nix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 7370d54..b2779b1 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -46,10 +46,10 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: DeterminateSystems/nix-installer-action@v16 + - uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d with: source-url: https://github.com/DeterminateSystems/nix-installer/releases/download/v0.30.0/nix-installer-${{ matrix.platform.nix-installer.platform }} - - uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b - name: Print Nix version run: | nix --version