From 9e218719284b0557e6aa8940339b4174e9a39ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 02:15:40 +0300 Subject: [PATCH] chore(deps): Bump DeterminateSystems/nix-installer-action from 12 to 13 (#2089) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/nix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d59540396..00e0a2380 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -144,7 +144,7 @@ jobs: .sources key: fonts-${{ hashFiles('Makefile-fonts') }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v12 + uses: DeterminateSystems/nix-installer-action@v13 - name: Cache Nix dependencies uses: DeterminateSystems/magic-nix-cache-action@v7 - name: Setup developer environment diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index b622168c1..a1dd0254d 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@v12 + uses: DeterminateSystems/nix-installer-action@v13 - name: Cache Nix dependencies uses: DeterminateSystems/magic-nix-cache-action@v7 # Upstream package sometimes has flags set that disable flake checking