From ec3665c87f9307c396dd9a44b71298c5731e08bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:41:05 +0000 Subject: [PATCH] Bump DeterminateSystems/nix-installer-action from 4 to 6 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 4 to 6. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v4...v6) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nix-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nix-deploy.yaml b/.github/workflows/nix-deploy.yaml index b0bdfb74..60899915 100644 --- a/.github/workflows/nix-deploy.yaml +++ b/.github/workflows/nix-deploy.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix ❄ - uses: DeterminateSystems/nix-installer-action@v4 + uses: DeterminateSystems/nix-installer-action@v6 - name: Run the Magic Nix Cache 🔌 uses: DeterminateSystems/magic-nix-cache-action@v2 @@ -58,7 +58,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix ❄ - uses: DeterminateSystems/nix-installer-action@v4 + uses: DeterminateSystems/nix-installer-action@v6 - name: Run the Magic Nix Cache 🔌 uses: DeterminateSystems/magic-nix-cache-action@v2