diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index a013f4c..cb2cb1c 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -32,7 +32,7 @@ jobs: token: ${{ steps.token.outputs.token }} - name: Install nix - uses: cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7 # v31 + uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31 - name: Update flake run: nix flake update diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e15c8b8..8fb0312 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: token: ${{ steps.token.outputs.token }} - name: Install nix - uses: cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7 # v31 + uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31 with: extra_nix_config: | experimental-features = nix-command flakes diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index cac9f82..7112a2f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 - name: Install nix - uses: cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7 # v31 + uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31 with: extra_nix_config: | experimental-features = nix-command flakes