diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 46d4120..435677a 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -38,7 +38,7 @@ jobs: # wasm-zip-url: ${{ steps.upload.outputs.artifact-url }} steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@b92f66560d6f97d6576405a7bae901ab57e72b6a # v15 + - uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16 - uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8 - run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time' - run: nix flake check