diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e01274fa0..ebf71afc9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: .sources key: fonts-${{ hashFiles('Makefile-fonts') }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v7 + uses: DeterminateSystems/nix-installer-action@v8 - name: Cache Nix dependencies uses: DeterminateSystems/magic-nix-cache-action@v2 - name: Setup developer environment diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index bfb3b391f..61763d3a8 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v7 + uses: DeterminateSystems/nix-installer-action@v8 - name: Cache Nix dependencies uses: DeterminateSystems/magic-nix-cache-action@v2 # Upstream package sometimes has flags set that disable flake checking